muninn-mcp
by Vanilla-Game
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MUNINN_BASE_URL | Yes | Backend origin or API root. Required. | |
| MUNINN_MCP_BIND | No | HTTP listener hostname or IP. | 127.0.0.1 |
| MUNINN_MCP_PATH | No | Exact Streamable HTTP endpoint path. | /mcp |
| MUNINN_MCP_PORT | No | HTTP listener port (1-65535). | 3000 |
| MUNINN_TRANSPORT | No | Transport protocol: 'http' or 'stdio'. | http |
| MUNINN_AUTH_TOKEN | Yes | Bearer token accepted by the Muninn plugin. Required. | |
| MUNINN_MAX_RADIUS | No | MCP-side CoreProtect radius cap. | 128 |
| MUNINN_TIMEOUT_MS | No | Per-request timeout in milliseconds (100-120000). | 15000 |
| MUNINN_MAX_PAGE_SIZE | No | MCP-side page cap, maximum 1000. | 100 |
| MUNINN_MCP_AUTH_TOKEN | No | Incoming static bearer token. Optional only on loopback; required for non-loopback HTTP bind. | |
| MUNINN_DEFAULT_PAGE_SIZE | No | Explicit default for paginated tools. | 100 |
| MUNINN_MCP_ALLOWED_HOSTS | No | Comma-separated hostnames without ports. Required for wildcard binds such as 0.0.0.0. Defaults to loopback hosts. | |
| MUNINN_EXPECTED_SERVER_ID | No | Fail-fast backend identity pin; strongly recommended. | |
| MUNINN_MAX_LOOKUP_SECONDS | No | MCP-side CoreProtect time-window cap. | 2592000 |
| MUNINN_MCP_ALLOWED_ORIGINS | No | Exact comma-separated browser origins allowed for CORS. Defaults to none. |
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/Vanilla-Game/muninn-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server