Skip to main content
Glama
Antonytm

Swiss-knife MCP server

by Antonytm

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 configuration

  • search - search for the MCP server using the index based on the MCP registry

  • add_mcp_server - adds configuration for the MCP server

  • remove_mcp_server - removes configuration for the MCP server

  • refresh_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:

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
0dRelease cycle
21Releases (12mo)
Commit activity

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

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