Show HN: Declarative open-source framework for MCPs with search and execute
6 hours ago
- #MCP-framework
- #declarative-config
- #open-source
- The MCP framework is open-source and declarative, allowing tool servers to be built with built-in auth, caching, and observability.
- Agents interact with only two tools: search and execute, while the framework dynamically handles tool discovery.
- Tools are defined declaratively in configuration files without the need for registration code.
- Built-in authentication can be attached to any tool, with support for custom auth plugins.
- TypeScript scripts can be added for additional functionality, running in a sandboxed environment.
- Caching is available globally or per-tool with TTL settings to avoid redundant database calls.
- Supports multiple databases including PostgreSQL, MySQL, MongoDB, and Redis, managing connections and health checks.
- Built-in observability with OpenTelemetry for tracing, metrics, and logging.
- Compiles into a single artifact deployable anywhere: Docker, Kubernetes, bare metal, or cloud.
- Hyperterse simplifies MCP server development by reducing boilerplate and providing a consistent interface for agents.
- Open-source under Apache 2.0, with community involvement encouraged for issues and feature contributions.