kg-memory-mcp
by arunmenon
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KG_ADR_DIR | No | ADR directory (none to disable) | docs/adr |
| KG_LLM_MODEL | No | LLM model (any litellm-supported model) | claude-sonnet-4-6 |
| KG_INDEX_FILE | No | Graph persistence file | .kg-index.json |
| KG_ADR_PATTERN | No | Regex for ADR filename matching | ^\d{4}-.+\.md$ |
| KG_CONFIG_PATH | No | Project config file (none to disable) | CLAUDE.md |
| KG_LLM_ENABLED | No | Enable LLM extraction | false |
| KG_SOURCE_DIRS | No | Comma-separated source directories | src |
| OPENAI_API_KEY | No | OpenAI API key (required if using OpenAI model) | |
| KG_PROJECT_ROOT | No | Project root to index | cwd |
| KG_WATCH_ENABLED | No | Enable file watcher for live reindex | true |
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 | |
This server cannot be deployed