Production MCP server exposing run shell command over Streamable HTTP. Tested with Continue.dev — includes auth (mTLS), schema validation (Zod), error handling, and host-specific install instructions.
Production MCP server exposing run shell command over stdio. Tested with Cursor — includes auth (JWT bearer token), schema validation (Valibot), error handling, and host-specific install instructions.
Production MCP server exposing run shell command over stdio. Tested with VS Code with MCP extension — includes auth (JWT bearer token), schema validation (Pydantic v2), error handling, and host-specific install instructions.
Production MCP server exposing run shell command over SSE (Server-Sent Events). Tested with Continue.dev — includes auth (JWT bearer token), schema validation (Zod), error handling, and host-specific install instructions.
Production MCP server exposing run shell command over SSE (Server-Sent Events). Tested with Cursor — includes auth (JWT bearer token), schema validation (Valibot), error handling, and host-specific install instructions.
Production MCP server exposing run shell command over HTTP streaming. Tested with Claude Desktop — includes auth (none (local-only)), schema validation (Pydantic v2), error handling, and host-specific install instructions.
Production MCP server exposing run shell command over HTTP streaming. Tested with Continue.dev — includes auth (none (local-only)), schema validation (Zod), error handling, and host-specific install instructions.
Production MCP server exposing run shell command over HTTP streaming. Tested with Windsurf — includes auth (none (local-only)), schema validation (Valibot), error handling, and host-specific install instructions.
Production MCP server exposing run shell command over WebSocket. Tested with Claude Desktop — includes auth (none (local-only)), schema validation (Pydantic v2), error handling, and host-specific install instructions.
Production MCP server exposing run shell command over WebSocket. Tested with custom host via MCP SDK — includes auth (HMAC-signed requests), schema validation (Zod), error handling, and host-specific install instructions.
Production MCP server exposing run shell command over Streamable HTTP. Tested with Windsurf — includes auth (HMAC-signed requests), schema validation (Valibot), error handling, and host-specific install instructions.
Production MCP server exposing run shell command over Streamable HTTP. Tested with Claude Code — includes auth (HMAC-signed requests), schema validation (Pydantic v2), error handling, and host-specific install instructions.