Skip to main content
Glama
arthurkatcher

meta-mcp-manager

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
META_HOSTNoBind address for the HTTP server.127.0.0.1
META_PORTNoPort for the HTTP server.8080
META_CONFIGNoPath to mcp.json configuration file.mcp.json
META_API_KEYYesBearer key for local clients; also used as default consent password if META_OAUTH_PASSWORD is unset.
META_DATA_DIRNoDirectory for SQLite database, token vaults, logs../data
META_DCR_TOKENNoToken required for Dynamic Client Registration (optional).
META_PUBLIC_URLNoPublic base URL (required for OAuth redirects / PRM).
META_DCR_ENABLEDNoEnable Dynamic Client Registration (true/false).true
META_RATE_MANAGENoRate limit per principal for manage_* tools.30
META_RATE_CATALOGNoRate limit per principal for catalog tools (search, list, stats).180
META_STRICT_STDIONoRequire absolute stdio commands (true/false).false
META_ALLOW_API_KEYNoAccept API key on /mcp endpoint (true/false).true
META_OAUTH_ENABLEDNoEnable inbound OAuth Authorization Server (true/false).true
META_OAUTH_PASSWORDNoConsent password for inbound OAuth (optional).
META_RATE_CALL_TOOLNoRate limit per principal for call_tool (requests per window).60
META_RATE_WINDOW_SECNoRate limit window in seconds.60
META_REQUIRE_API_KEYNoRequire authentication on /mcp endpoint (true/false).true
META_ALLOW_PRIVATE_URLSNoAllow connections to private/localhost URLs (true/false).true
META_REQUIRE_INVOKE_SCOPENoRequire meta:invoke scope for call_tool (true/false).false
META_STDIO_ALLOW_PREFIXESNoColon-separated path prefixes allowed when strict_stdio is enabled.
META_DCR_REDIRECT_ALLOWLISTNoComma-separated allowed redirect URIs for DCR.
META_ACTIVITY_RETENTION_DAYSNoNumber of days to retain activity logs.30

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/arthurkatcher/meta-mcp-manager'

If you have feedback or need assistance with the MCP directory API, please join our Discord server