Atrax: MCP Server Aggregation Proxy v0.1.0
@metcalfc
关于 Atrax: MCP Server Aggregation Proxy v0.1.0
MCP proxy implementation with multiple server aggregation
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Atrax?
Atrax is a proxy for Model Context Protocol (MCP) servers that aggregates multiple MCP servers and presents them as a single unified interface. It funnels resources from multiple servers into one, much like a funnel‑web spider.
How to use Atrax?
Clone the repository, set up the development environment with direnv allow and npm install, then build with npm run build. Run the server without authentication using npm run serve, or with token authentication using npm run serve:auth. Examples of STDIO‑ and HTTP/SSE‑based servers and clients are available under the examples/ directory.
Key features of Atrax
- Resource aggregation with configurable conflict resolution
- Transparent proxying – presents a unified MCP server interface
- Multiple transport types: STDIO, HTTP/SSE, and Docker transports
- Web integration via HTTP/SSE transport for browser‑based clients
- Token‑based authentication for securing server access
- Enhanced error handling with contextual information
Use cases of Atrax
- Combine resources from several MCP servers into a single endpoint for clients
- Simplify client configuration by hiding the complexity of multiple server backends
- Serve MCP resources over HTTP/SSE to enable web‑ and browser‑based integrations
- Secure access to aggregated MCP servers with token authentication
- Test and demo MCP server aggregation using the included memory and echo examples
FAQ from Atrax
What transport types does Atrax support?
Atrax supports STDIO, HTTP/SSE, and Docker transports.
How do I enable authentication?
Run the server with npm run serve:auth to enable token‑based authentication. Detailed guidance is in the TOKEN_AUTH.md documentation.
Can I combine resources from different MCP servers?
Yes, Atrax aggregates resources from multiple servers and allows configurable conflict resolution.
Where can I find example servers and clients?
Example implementations (memory server, echo server, HTTP echo server) and corresponding clients are in the examples/ directory.
Is Atrax compliant with the MCP protocol specification?
Yes, the project emphasises strict adherence to the MCP protocol specification.
其他 分类下的更多 MCP 服务器
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
评论