Discover and explore top open-source AI tools and projects—updated daily.
1mcp-appUnified server for AI assistant context protocols
Top 98.0% on SourcePulse
1MCP addresses the complexity of managing disparate Model Context Protocol (MCP) servers for various AI assistants. It offers a unified server implementation that aggregates multiple MCP instances, providing a single, simplified endpoint for developers and users interacting with diverse AI clients. This streamlines configuration and access, enhancing workflow efficiency.
How It Works
1MCP functions as a sophisticated proxy, managing and aggregating multiple MCP servers. It initiates and terminates these servers as subprocesses, efficiently forwarding requests from AI assistants to the correct underlying MCP instance. This architecture establishes a singular entry point for all MCP traffic, significantly reducing management overhead and simplifying integration.
Quick Start & Requirements
curl (Linux/macOS) or Invoke-WebRequest (Windows) from latest GitHub releases. NPM installation via npx -y @1mcp/agent.1mcp mcp add <name> -- <command>, e.g., 1mcp mcp add filesystem -- npx -y @modelcontextprotocol/server-filesystem ~/Documents. Start the server with 1mcp. Connect AI assistants by configuring their settings to the 1MCP URL (e.g., http://127.0.0.1:3050/mcp).Highlighted Details
Maintenance & Community
The project provides contribution guidelines via CONTRIBUTING.md. No specific community channels (Discord/Slack), sponsorships, or public roadmap are detailed in the README.
Licensing & Compatibility
Limitations & Caveats
The README does not specify known limitations, alpha/beta status, or outstanding issues. The project appears actively maintained via latest release downloads.
3 days ago
Inactive
NangoHQ
modelcontextprotocol