mcp-ts-core and mcp-farmer
About mcp-ts-core
cyanheads/mcp-ts-core
TypeScript template for building Model Context Protocol (MCP) servers. Ships with declarative tools/resources, pluggable auth, multi-backend storage, OpenTelemetry observability, and first-class support for both local and edge (Cloudflare Workers) runtimes.
Built on the MCP SDK, it provides a dependency library rather than a fork—handlers receive a unified context object (`ctx`) with request-scoped logging, tenant storage, LLM sampling, and cancellation signals. The framework automates transport setup (stdio/HTTP/Workers), validates definitions against the MCP spec at startup, and classifies errors into standard categories without instrumentation code. Multi-backend storage (in-memory, filesystem, Supabase, Cloudflare D1/KV/R2), pluggable auth (JWT/OAuth), and OpenTelemetry observability are configured via environment variables, with optional peer dependencies for parsers, OTEL SDK, and cloud providers.
About mcp-farmer
boldare/mcp-farmer
A CLI tool for scaffolding, testing, extending and analyzing MCP (Model Context Protocol) servers
Provides automated vetting, documentation generation, and AI-assisted tool creation for MCP servers through multiple transport methods (HTTP with Streamable/SSE fallback and stdio). Integrates with popular coding agents (OpenCode, Claude Code, Gemini CLI) via the Agent Client Protocol (ACP) for intelligent tool generation from OpenAPI/GraphQL specs and automated probe testing with LLM-generated inputs. Auto-discovers servers from client configs (Cursor, VS Code, Claude Desktop) and generates shareable HTML/JSON/Markdown audit reports and documentation.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work