Production MCP server exposing query Postgres database over Streamable HTTP. Tested with Windsurf — includes auth (OAuth 2.0 authorization code flow), schema validation (ArkType), error handling, and host-specific install instructions.
Production MCP server exposing query Postgres database over stdio. Tested with Claude Desktop — includes auth (OAuth 2.0 authorization code flow), schema validation (Valibot), error handling, and host-specific install instructions.
Production MCP server exposing query Postgres database over stdio. Tested with custom host via MCP SDK — includes auth (OAuth 2.0 client credentials), schema validation (Pydantic v2), error handling, and host-specific install instructions.
Production MCP server exposing query Postgres database over SSE (Server-Sent Events). Tested with Windsurf — includes auth (OAuth 2.0 client credentials), schema validation (ArkType), error handling, and host-specific install instructions.
Production MCP server exposing query Postgres database over SSE (Server-Sent Events). Tested with Claude Code — includes auth (OAuth 2.0 client credentials), schema validation (Valibot), error handling, and host-specific install instructions.
Production MCP server exposing query Postgres database over SSE (Server-Sent Events). Tested with custom host via MCP SDK — includes auth (OAuth 2.0 client credentials), schema validation (Pydantic v2), error handling, and host-specific install instructions.
MCP server that exposes legal data as Resources and canned workflows as Prompt Templates, installable in Windsurf. Covers resource URIs, subscriptions, and prompt argument design.
MCP server that exposes legal data as Resources and canned workflows as Prompt Templates, installable in Zed. Covers resource URIs, subscriptions, and prompt argument design.
MCP server that exposes legal data as Resources and canned workflows as Prompt Templates, installable in Continue.dev. Covers resource URIs, subscriptions, and prompt argument design.
MCP server that exposes legal data as Resources and canned workflows as Prompt Templates, installable in custom host via MCP SDK. Covers resource URIs, subscriptions, and prompt argument design.
MCP server that exposes legal data as Resources and canned workflows as Prompt Templates, installable in VS Code with MCP extension. Covers resource URIs, subscriptions, and prompt argument design.
MCP server that exposes legal data as Resources and canned workflows as Prompt Templates, installable in Claude Desktop. Covers resource URIs, subscriptions, and prompt argument design.