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 |
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
- 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/arunmenon/kg-memory-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server