Cette page est affichée en anglais. Une traduction française est en cours.
MCP ConfigsMay 13, 2026·3 min de lecture

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.

Prêt pour agents

Cet actif peut être lu et installé directement par les agents

TokRepo expose une commande CLI universelle, un contrat d'installation, le metadata JSON, un plan selon l'adaptateur et le contenu raw pour aider les agents à juger l'adaptation, le risque et les prochaines actions.

Native · 94/100Policy : autoriser
Surface agent
Tout agent MCP/CLI
Type
Framework
Installation
Curl
Confiance
Confiance : Established
Point d'entrée
curl -fsSL https://hyperterse.com/install | bash && hyperterse init && hyperterse start
Commande CLI universelle
npx tokrepo install 17c59495-8ae9-54d4-83a9-3c61c106c301
Introduction

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.

🙏

Source et remerciements

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

Fil de discussion

Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.

Actifs similaires