Swiss-knife MCP server
MCP serverAI & modelsA Model Context Protocol server to run other MCP servers
Unavailable. This server has no hosted endpoint yet, so ahel can't serve it.
Connect ahel once, and every AI you use reads what you have installed.
From the project's README
As published by antonytm/mcp-all in README.md.
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:
Signals
- GitHub stars
- 1
- Last commit
- Sep 2025
- Weekly downloads
- 131
Advanced
- Delivery
- mcp-all MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
- Catalog kind
- mcp-server
- Gateway key
io-github-antonytm-mcp-all- Source
- github.com/antonytm/mcp-all