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

1MCP — Unified MCP Runtime + CLI Mode

1MCP aggregates MCP servers behind `1mcp serve` and adds CLI mode for agent workflows; verified 433★ and ships `inspect -> run` flow.

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
Mcp
Instalación
Npm
Confianza
Confianza: Established
Entrada
1mcp serve
Comando CLI universal
npx tokrepo install 5b838f97-06ba-5184-82ab-96e9d58eefb4
Introducción

1MCP aggregates MCP servers behind 1mcp serve and adds CLI mode for agent workflows; verified 433★ and ships inspect -> run flow.

Best for: Teams with MCP sprawl who want one runtime and progressive tool discovery for agents (Codex/Claude/Cursor)

Works with: Any MCP upstream servers; supports CLI mode, proxy mode, and streamable HTTP attachment per README

Setup time: 8-18 minutes

Key facts (verified)

  • GitHub: 434 stars · 47 forks · pushed 2026-05-13.
  • License: Apache-2.0 · owner avatar + repo URL verified via GitHub API.
  • README-backed entrypoint: 1mcp serve.

Main

  • Use CLI mode to reduce tool-surface overload: follow instructions -> inspect -> run instead of loading everything upfront.

  • Centralize policy: keep auth, filtering, and presets in one runtime rather than duplicating per-client configs.

  • Pick one mode per agent session (CLI first, proxy second) and remove old direct wiring to avoid duplicates.

Source-backed notes

  • README quick start shows: npm install -g @1mcp/agent, then 1mcp mcp add ..., then 1mcp serve.
  • README documents the progressive discovery workflow: 1mcp instructions, 1mcp inspect, then 1mcp run ... --args '<json>'.
  • README includes examples for streamable HTTP attachment (http://127.0.0.1:3050/mcp?app=...).

FAQ

  • Do I have to migrate every client config now?: No — start with one runtime and migrate clients gradually once stable.
  • Is CLI mode only for humans?: No — README targets agent users; the flow is designed for tool-using agents too.
  • What’s the safest rollout?: Start with one upstream server + one agent, then expand inventory with review.
🙏

Fuente y agradecimientos

Source: https://github.com/1mcp-app/agent > License: Apache-2.0 > GitHub stars: 434 · forks: 47

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