gpkg-mcp
by truongtnn404
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GPKG_KB_DIR | No | Markdown KB output directory | ./knowledge_base |
| GPKG_API_KEY | No | Bearer token for MCP server (empty = unauthenticated) | |
| GPKG_LLM_MODEL | No | Model for architecture validation | claude-haiku-4-5-20251001 |
| GPKG_NEO4J_URI | Yes | Neo4j bolt URI | bolt://localhost:7687 |
| GPKG_NEO4J_USER | No | Neo4j username | neo4j |
| GPKG_LLM_ENABLED | No | Enable LLM validation pass | false |
| ANTHROPIC_API_KEY | No | Required when GPKG_LLM_ENABLED=true | |
| GPKG_NEO4J_PASSWORD | Yes | Neo4j password | |
| GPKG_SCAN_CONCURRENCY | No | Parallel scan workers | 5 |
| GPKG_LLM_CONFIDENCE_THRESHOLD | No | Only run LLM when confidence is below this | 0.7 |
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/truongtnn404/gpkg-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server