Mimir
by jcode-works
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KB_TOP_K | No | Override for the number of top results (default: 5) | |
| KB_RAW_DIR | No | Override for the raw documents directory (default: private) | |
| KB_LLM_MODEL | No | Override for the LLM model name (default: gemma4:latest) | |
| KB_CHUNK_SIZE | No | Override for the chunk size (default: 1200) | |
| KB_EMBED_MODEL | No | Override for the embedding model name (default: nomic-embed-text) | |
| KB_OLLAMA_HOST | No | Override for the Ollama host URL (default: http://localhost:11434) | |
| KB_STORAGE_DIR | No | Override for the storage directory (default: .kb/storage) | |
| KB_SOURCES_FILE | No | Override for the sources file path (default: .kb/sources.txt) | |
| KB_CHUNK_OVERLAP | No | Override for the chunk overlap (default: 150) |
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
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/jcode-works/jcode-mimir'
If you have feedback or need assistance with the MCP directory API, please join our Discord server