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.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    Enables searching and retrieving detailed information about MCP servers from the official MCP registry. Provides tools to list servers with filtering options and get comprehensive details about specific servers.
    46
    3
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    Enables discovery and search of available MCP servers through the official MCP Registry. Supports browsing servers with pagination and filtering to find the right MCP tools for your needs.
    1
    23
    4
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Enables searching the official MCP Registry for servers, inspecting details, and generating install commands directly from within an agent session.
    4
    MIT
  • F
    license
    -
    quality
    B
    maintenance
    Enables discovering and managing MCP servers through a registry, supporting listing, searching, and configuration.

View all related MCP servers

Related MCP Connectors

  • Search and browse every MCP server in the Model Context Protocol registry.

  • Discover and recommend retriever MCP servers. Includes top picks and install config tools.

  • Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.

View all MCP Connectors

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