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