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 |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/attaxr/code-graph-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server