Production MCP server exposing run shell command over stdio. 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 stdio. Tested with Zed — includes auth (API key in header), schema validation (Valibot), error handling, and host-specific install instructions.
Production MCP server exposing run shell command over SSE (Server-Sent Events). Tested with Claude Code — includes auth (API key in header), 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 VS Code with MCP extension — includes auth (API key in header), schema validation (Zod), error handling, and host-specific install instructions.
Production MCP server exposing run shell command over HTTP streaming. Tested with Zed — includes auth (API key in header), schema validation (Valibot), error handling, and host-specific install instructions.
Production MCP server exposing run shell command over HTTP streaming. Tested with Cursor — includes auth (OAuth 2.0 authorization code flow), schema validation (Pydantic v2), error handling, and host-specific install instructions.
Production MCP server exposing run shell command over HTTP streaming. Tested with VS Code with MCP extension — includes auth (OAuth 2.0 authorization code flow), schema validation (Zod), error handling, and host-specific install instructions.
Production MCP server exposing run shell command over WebSocket. Tested with Continue.dev — includes auth (OAuth 2.0 authorization code flow), schema validation (Valibot), error handling, and host-specific install instructions.
Production MCP server exposing run shell command over Streamable HTTP. Tested with Claude Desktop — includes auth (OAuth 2.0 client credentials), schema validation (Zod), error handling, and host-specific install instructions.
Production MCP server exposing run shell command over stdio. Tested with Windsurf — includes auth (OAuth 2.0 client credentials), schema validation (Pydantic v2), error handling, and host-specific install instructions.
Production MCP server exposing run shell command over stdio. Tested with Claude Desktop — includes auth (mTLS), schema validation (Zod), error handling, and host-specific install instructions.
Production MCP server exposing run shell command over SSE (Server-Sent Events). Tested with Windsurf — includes auth (mTLS), schema validation (Pydantic v2), error handling, and host-specific install instructions.