meta-mcp-manager
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| META_HOST | No | Bind address for the HTTP server. | 127.0.0.1 |
| META_PORT | No | Port for the HTTP server. | 8080 |
| META_CONFIG | No | Path to mcp.json configuration file. | mcp.json |
| META_API_KEY | Yes | Bearer key for local clients; also used as default consent password if META_OAUTH_PASSWORD is unset. | |
| META_DATA_DIR | No | Directory for SQLite database, token vaults, logs. | ./data |
| META_DCR_TOKEN | No | Token required for Dynamic Client Registration (optional). | |
| META_PUBLIC_URL | No | Public base URL (required for OAuth redirects / PRM). | |
| META_DCR_ENABLED | No | Enable Dynamic Client Registration (true/false). | true |
| META_RATE_MANAGE | No | Rate limit per principal for manage_* tools. | 30 |
| META_RATE_CATALOG | No | Rate limit per principal for catalog tools (search, list, stats). | 180 |
| META_STRICT_STDIO | No | Require absolute stdio commands (true/false). | false |
| META_ALLOW_API_KEY | No | Accept API key on /mcp endpoint (true/false). | true |
| META_OAUTH_ENABLED | No | Enable inbound OAuth Authorization Server (true/false). | true |
| META_OAUTH_PASSWORD | No | Consent password for inbound OAuth (optional). | |
| META_RATE_CALL_TOOL | No | Rate limit per principal for call_tool (requests per window). | 60 |
| META_RATE_WINDOW_SEC | No | Rate limit window in seconds. | 60 |
| META_REQUIRE_API_KEY | No | Require authentication on /mcp endpoint (true/false). | true |
| META_ALLOW_PRIVATE_URLS | No | Allow connections to private/localhost URLs (true/false). | true |
| META_REQUIRE_INVOKE_SCOPE | No | Require meta:invoke scope for call_tool (true/false). | false |
| META_STDIO_ALLOW_PREFIXES | No | Colon-separated path prefixes allowed when strict_stdio is enabled. | |
| META_DCR_REDIRECT_ALLOWLIST | No | Comma-separated allowed redirect URIs for DCR. | |
| META_ACTIVITY_RETENTION_DAYS | No | Number of days to retain activity logs. | 30 |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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/arthurkatcher/meta-mcp-manager'
If you have feedback or need assistance with the MCP directory API, please join our Discord server