1MCP ServerServer

1mcp-app
GitHub
AI AssistantMCP AggregationServer Management

Loading subscription status...

💡 Description

1MCP (One MCP) simplifies the interaction with AI assistants by aggregating multiple MCP servers into a single entity. It reduces resource utilization by eliminating redundant server instances and simplifies the configuration management of various AI assistants. 1MCP supports dynamic reloading of configurations without server restarts and ensures proper shutdown and resource cleanup.

📝 JSON Entries

{
  "mcpServers": [
    {
      "1mcp": {
        "env": {
          "ONE_MCP_PORT": "3051",
          "ONE_MCP_TAGS": "network,filesystem"
        },
        "args": [
          "-y",
          "@1mcp/agent",
          "--config",
          "~/Library/Application Support/Claude/claude_desktop_config.json"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

npxdocker

Features

  • Aggregates multiple MCP servers
  • Reduces system resource use
  • Simplifies configuration management
  • Supports dynamic configuration reloading