Agenium Bridge
БесплатноНе проверенBidirectional bridge between MCP (Model Context Protocol) and AGENIUM. Expose MCP servers as named agents. Use remote agents as MCP tools in Claude/Cursor.
Описание
Bidirectional bridge between MCP (Model Context Protocol) and AGENIUM. Expose MCP servers as named agents. Use remote agents as MCP tools in Claude/Cursor.
README
Bidirectional bridge between MCP (Model Context Protocol) servers/tools and agent:// protocol agents.
Features
- MCP → agent:// — Expose MCP servers as agent:// endpoints so other agents can call MCP tools
- agent:// → MCP — Expose agent:// agents as MCP tools so LLMs can use agents via MCP
Installation
pip install -e .
Usage
Expose MCP tools as an agent
from mcp_agenium import MCPToAgentBridge
bridge = MCPToAgentBridge(
mcp_server="npx @modelcontextprotocol/server-filesystem /tmp",
agent_name="filesystem",
agent_domain="tools",
)
await bridge.start(port=8080)
# Now accessible as agent://filesystem.tools
Use agents as MCP tools
from mcp_agenium import AgentToMCPBridge
bridge = AgentToMCPBridge(
agents=["agent://search.agenium", "agent://weather.agenium"]
)
mcp_tools = await bridge.get_tools() # Returns MCP-compatible tool definitions
result = await bridge.call_tool("search_agenium_search", {"query": "hello"})
Bridge Server (MCP JSON-RPC)
from mcp_agenium import AgentToMCPBridge, BridgeServer
bridge = AgentToMCPBridge(agents=["agent://search.agenium"])
server = BridgeServer(bridge)
await server.run_stdio() # Speaks MCP protocol on stdin/stdout
Development
pip install -e ".[dev]"
pytest
Domain Registration
Supports optional domain registration on the Agenium DNS system using a marketplace API key (dom_<64 hex>). Pass api_key parameter to auto-register your agent on startup. Get your API key from the Telegram Domain Marketplace.
License
MIT
Установка Agenium Bridge
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Aganium/mcp-agenium-bridgeFAQ
Agenium Bridge MCP бесплатный?
Да, Agenium Bridge MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Agenium Bridge?
Нет, Agenium Bridge работает без API-ключей и переменных окружения.
Agenium Bridge — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Agenium Bridge в Claude Desktop, Claude Code или Cursor?
Открой Agenium Bridge на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
автор: lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
mkinf
An Open Source registry of hosted MCP Servers to accelerate AI agent workflows.
Compare Agenium Bridge with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
