personal-kg-mcp
by tomschell
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PKG_USE_ANN | No | Use approximate nearest neighbor search | true |
| OPENAI_API_KEY | No | OpenAI API key for semantic embeddings | |
| PKG_STORAGE_DIR | No | Directory for storing knowledge graph data | .kg |
| PKG_GITHUB_TOKEN | No | GitHub Personal Access Token for Personal KG integration | |
| PKG_EMBEDDING_MODEL | No | OpenAI embedding model | text-embedding-3-small |
| PKG_MCP_CAPTURE_AUTO | No | Enable automatic capture without explicit calls | true |
| PKG_MCP_CAPTURE_TOOLS | No | Comma-separated list of MCP tool names to capture | github |
| PKG_AUTO_BACKUP_MINUTES | No | Auto-backup interval in minutes (0 = disabled) | 0 |
| PKG_MCP_CAPTURE_ENABLED | No | Enable automatic capture of MCP tool calls | true |
| PKG_MCP_CAPTURE_EXCLUDE | No | Comma-separated list of MCP tool names to exclude | |
| PKG_GITHUB_INTEGRATION_ENABLED | No | Enable GitHub issue/PR integration | false |
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/tomschell/personal-kg-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server