Swiss-knife MCP server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Swiss-knife MCP serversearch for a weather MCP server"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Related MCP server: MCP Registry Server
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:
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Antonytm/mcp-all'
If you have feedback or need assistance with the MCP directory API, please join our Discord server