Esta página se muestra en inglés. Una traducción al español está en curso.
MCP ConfigsMay 13, 2026·3 min de lectura

Hyperterse — Agentic Server Framework (MCP + A2A)

Deploy agents and MCP tools from one service. Exposes `/mcp` Streamable HTTP and A2A routes, with DB adapters and OpenTelemetry hooks.

Listo para agents

Este activo puede ser leído e instalado directamente por agents

TokRepo expone un comando CLI universal, contrato de instalación, metadata JSON, plan según adaptador y contenido raw para que los agents evalúen compatibilidad, riesgo y próximos pasos.

Native · 94/100Política: permitir
Superficie agent
Cualquier agent MCP/CLI
Tipo
Framework
Instalación
Curl
Confianza
Confianza: Established
Entrada
curl -fsSL https://hyperterse.com/install | bash && hyperterse init && hyperterse start
Comando CLI universal
npx tokrepo install 17c59495-8ae9-54d4-83a9-3c61c106c301
Introducción

Hyperterse is a server framework for running agents and MCP tools side-by-side, so you can deploy one process that serves tools, prompts, resources, and agent endpoints.

Best for: Teams building self-hosted tool servers, multi-agent backends, and MCP/A2A gateways

Works with: Linux/macOS; HTTP services; MCP clients that support Streamable HTTP; DB adapters (Postgres/MySQL/SQLite/Mongo/Redis)

Setup time: 10–20 minutes

Key facts (verified)

  • README describes exposing MCP Streamable HTTP at /mcp and agent routes like /agent/{name}.
  • Lists DB adapters (PostgreSQL/MySQL/SQLite/MongoDB/Redis) and OpenTelemetry observability support (README).
  • GitHub: 81 stars · 9 forks; pushed 2026-04-22 (GitHub API verified).

Main

A practical way to adopt Hyperterse is to start from the boundary:

  • Use it as an MCP tool gateway that wraps your “dangerous” tooling behind auth and policies.
  • Add one database adapter and publish a small set of read-only diagnostics first.
  • Only then expand into multi-agent endpoints (A2A routes) once your tool surface is stable.

README excerpt (verbatim)

Hyperterse — The agentic server framework.

Hyperterse

The agentic server framework.
WebsiteDocumentationQuick StartExamplesGitHub


Hyperterse is an agentic server framework: one build ships agents (A2A), tools (MCP), prompts, resources, database adapters, auth, caching, and observability from a single process. You declare surfaces in config; the compiler validates and bundles them. Clients use MCP Streamable HTTP at /mcp for tools, prompts, and resources; A2A-style agent routes live at /agent/{name} when you define agents.

Where to start

The Quickstart walks through install, scaffold, and run, then optional MCP tool checks.

What Hyperterse is for

  • Running agents alongside MCP tools, prompts, and resources in one deployable service
  • Exposing database queries and custom logic as MCP tools with declarative config
  • Production Streamable HTTP for MCP and A2A routes for agents
  • TypeScript handlers and transforms where config alone is not enough

Core capabilities

  • Agents: declarative configs, tool-access policies, multi-provider models, per-agent A2A HTTP.
  • Filesystem discovery: one MCP tool per tool definition; prompts and resources follow the same discover-and-compile model (see Project structure).

FAQ

Q: Is Hyperterse only for MCP? A: README describes both MCP tools/prompts/resources and agent routes (A2A-style) served from one process.

Q: How do clients call tools? A: README points to MCP Streamable HTTP at /mcp for tools/list and tool calls.

Q: Does it support databases? A: README lists adapters for PostgreSQL, MySQL, SQLite, MongoDB, and Redis.

🙏

Fuente y agradecimientos

Source: https://github.com/hyperterse/hyperterse > License: Apache-2.0 > GitHub stars: 81 · forks: 9

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados