Production MCP server exposing read file over Streamable HTTP. Tested with Continue.dev — includes auth (OAuth 2.0 client credentials), schema validation (Zod), error handling, and host-specific install instructions.
Production MCP server exposing read file over stdio. Tested with Claude Desktop — includes auth (OAuth 2.0 client credentials), schema validation (Pydantic v2), error handling, and host-specific install instructions.
Production MCP server exposing read file over WebSocket. Tested with custom host via MCP SDK — includes auth (JWT bearer token), schema validation (Zod), error handling, and host-specific install instructions.
Production MCP server exposing read file over Streamable HTTP. Tested with Claude Code — includes auth (none (local-only)), schema validation (Pydantic v2), error handling, and host-specific install instructions.
Production MCP server exposing read file over stdio. Tested with Zed — includes auth (none (local-only)), schema validation (Valibot), error handling, and host-specific install instructions.
Production MCP server exposing read file over stdio. Tested with Claude Code — includes auth (none (local-only)), schema validation (Pydantic v2), error handling, and host-specific install instructions.
Production MCP server exposing read file over HTTP streaming. Tested with Zed — includes auth (OAuth 2.0 client credentials), schema validation (Pydantic v2), error handling, and host-specific install instructions.
Production MCP server exposing read file over WebSocket. Tested with VS Code with MCP extension — includes auth (mTLS), schema validation (Valibot), error handling, and host-specific install instructions.
Production MCP server exposing read file over HTTP streaming. Tested with Claude Desktop — includes auth (none (local-only)), schema validation (Valibot), error handling, and host-specific install instructions.
Production MCP server exposing read file over WebSocket. 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 Streamable HTTP. Tested with custom host via MCP SDK — includes auth (HMAC-signed requests), schema validation (Pydantic v2), error handling, and host-specific install instructions.
Production MCP server exposing write file over WebSocket. Tested with Windsurf — includes auth (JWT bearer token), schema validation (Valibot), error handling, and host-specific install instructions.