MetaMCP Admin MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| METAMCP_BASE_URL | No | The base URL of the MetaMCP instance (e.g., http://localhost:12008) | |
| METAMCP_INSTANCES | No | JSON array of MetaMCP instances for multi-instance management | |
| METAMCP_INSTANCE_NAME | No | Optional name for the MetaMCP instance | |
| METAMCP_SESSION_COOKIE | No | The session cookie for authentication (format: better-auth.session_token=...) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_instancesC | List all configured MetaMCP instances |
| list_serversA | List all MCP servers on a MetaMCP instance |
| get_serverB | Get details of a specific MCP server by UUID |
| create_serverC | Create a new MCP server on a MetaMCP instance |
| update_serverC | Update an existing MCP server |
| delete_serverB | Delete an MCP server from a MetaMCP instance |
| bulk_import_serversB | Bulk import MCP servers (Claude Desktop JSON format) |
| list_namespacesC | List all namespaces on a MetaMCP instance |
| get_namespaceB | Get namespace details including its servers |
| create_namespaceC | Create a new namespace |
| update_namespaceC | Update an existing namespace |
| delete_namespaceC | Delete a namespace |
| get_namespace_toolsC | List tools available in a namespace |
| toggle_server_in_namespaceB | Enable or disable a server within a namespace |
| toggle_tool_in_namespaceC | Enable or disable a specific tool within a namespace |
| list_endpointsC | List all endpoints on a MetaMCP instance |
| get_endpointC | Get endpoint details |
| create_endpointC | Create a new endpoint exposing a namespace |
| delete_endpointD | Delete an endpoint |
| list_api_keysB | List all API keys on a MetaMCP instance |
| create_api_keyC | Create a new API key |
| delete_api_keyC | Delete an API key |
| get_server_toolsB | List tools registered for a specific MCP server |
| compare_instancesB | Compare MCP servers across all configured MetaMCP instances |
| health_checkA | Check connectivity to all configured MetaMCP instances |
| clone_serverC | Copy an MCP server config from one instance to another |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/danielrosehill/MetaMCP-Admin-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server