📦
io.github.Antonytm/mcp-all
A Model Context Protocol server to run other MCP servers
0 installs
Trust: 37 — Low
Devtools
Ask AI about io.github.Antonytm/mcp-all
Powered by Claude · Grounded in docs
I know everything about io.github.Antonytm/mcp-all. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Swiss-knife MCP server
It allows searching(search tool) for the Model Context Protocol servers using MCP registry. Once your AI agent has found the MCP server that it needs, it can add it to the configuration using add_mcp_server tool. You will get new tools after restarting the MCP server.
Available tools
mcp_configuration- shows current MCP configurationsearch- search for the MCP server using the index based on the MCP registryadd_mcp_server- adds configuration for the MCP serverremove_mcp_server- removes configuration for the MCP serverrefresh_mcp_index- refreshes the MCP index- ... all other tools will be based on the added MCP servers
Configuration
Sample configuration:
{
"mcpServers": {
"Universal MCP Server": {
"command": "npx",
"args": ["-y", "@antonytm/mcp-all@latest"],
"transport": "stdio",
"environmentVariables": [
{
"name": "TRANSPORT",
"value": "stdio"
}
]
}
}
}
It supports stdio and streamable-http transports.
Release
Released as:
