code-graph-mcp
by attaxr
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WEB_PORT | No | Host port published by nginx | 8989 |
| API_TOKEN | No | Optional static token guarding `/api/*` and `/mcp`. See Authentication | |
| LOG_LEVEL | No | `mcp-server` log level | info |
| TARGET_REPO | No | Repository mounted read-only at `/workspace`. Point this at your own project | .. |
| PROJECTS_DIR | No | Directory of checkouts mounted read-only at `/projects`, which lets `initialize_project` switch repos | ../.. |
| NEO4J_PASSWORD | No | Neo4j password (the user is always `neo4j`) | codegraph123 |
| EMBEDDING_MODEL | No | Embedding model served by TEI. 768-dim models only, since `EMBEDDING_DIM` is fixed | BAAI/bge-base-en-v1.5 |
| EMBED_QUERY_PREFIX | No | Retrieval query prefix. Keep it quoted; it ends in a space | |
| EMBED_DOCUMENT_PREFIX | No | Document prefix. Keep it quoted; it ends in a space |
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
Maintenance
ActivityMaintained
ResponsivenessSyncing