Production MCP server exposing read file over Streamable HTTP. Tested with Zed — includes auth (mTLS), schema validation (TypeBox), error handling, and host-specific install instructions.
Production MCP server exposing read file over stdio. Tested with Cursor — includes auth (mTLS), schema validation (Zod), error handling, and host-specific install instructions.
Production MCP server exposing read file over stdio. Tested with VS Code with MCP extension — includes auth (JWT bearer token), schema validation (Valibot), error handling, and host-specific install instructions.
Production MCP server exposing read file over SSE (Server-Sent Events). Tested with Continue.dev — includes auth (JWT bearer token), schema validation (TypeBox), error handling, and host-specific install instructions.
Production MCP server exposing read file over SSE (Server-Sent Events). Tested with Cursor — includes auth (JWT bearer token), schema validation (Zod), error handling, and host-specific install instructions.
Production MCP server exposing read file over HTTP streaming. Tested with Windsurf — includes auth (none (local-only)), schema validation (Zod), error handling, and host-specific install instructions.
Production MCP server exposing read file over Streamable HTTP. Tested with Windsurf — includes auth (HMAC-signed requests), schema validation (Zod), error handling, and host-specific install instructions.
Production MCP server exposing read file over stdio. Tested with custom host via MCP SDK — includes auth (HMAC-signed requests), schema validation (TypeBox), error handling, and host-specific install instructions.
Production MCP server exposing read file over SSE (Server-Sent Events). Tested with Claude Code — includes auth (API key in header), schema validation (Valibot), error handling, and host-specific install instructions.
Production MCP server exposing read file over SSE (Server-Sent Events). Tested with Zed — includes auth (API key in header), schema validation (Zod), error handling, and host-specific install instructions.
Production MCP server exposing read file over HTTP streaming. Tested with VS Code with MCP extension — includes auth (OAuth 2.0 authorization code flow), schema validation (TypeBox), error handling, and host-specific install instructions.
Production MCP server exposing read file over WebSocket. Tested with Cursor — includes auth (OAuth 2.0 authorization code flow), schema validation (Valibot), error handling, and host-specific install instructions.