Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MUNINN_AUTH_TOKEN | Yes | Shared secret between server and MCP wrapper. Required for authentication between the server and MCP tool calls. | |
| MUNINN_SERVER_URL | No | Backend URL for MCP wrapper. | http://localhost:42069 |
| MUNINN_OTEL_ENABLED | No | =1 enables OpenTelemetry tracing. | off |
| MUNINN_OTEL_ENDPOINT | No | OTLP HTTP endpoint for trace export. | http://localhost:4318 |
| MUNINN_CHAINS_ENABLED | No | =1 enables graph memory chain detection (PRECEDES/CAUSES edges). | off |
| MUNINN_COLBERT_MULTIVEC | No | =1 enables native ColBERT multi-vector storage. | off |
| MUNINN_FEDERATION_PEERS | No | Comma-separated list of peer base URLs. | |
| MUNINN_FEDERATION_ENABLED | No | =1 enables P2P memory synchronization. | off |
| MUNINN_PROJECT_SCOPE_STRICT | No | =1 disables cross-project fallback entirely. | off |
| MUNINN_FEDERATION_SYNC_ON_ADD | No | =1 enables real-time push-on-add to peers. | off |
| MUNINN_OPERATOR_MODEL_PROFILE | No | Default model routing profile. | balanced |
| MUNINN_TEMPORAL_QUERY_EXPANSION | No | =1 enables NL time-phrase parsing in search. | off |
| MUNINN_MCP_SEARCH_PROJECT_FALLBACK | No | =1 enables global-scope fallback on empty results. | off |
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 | |