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=...) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| 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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/danielrosehill/MetaMCP-Admin-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server