Skip to main content
Glama
attaxr
by attaxr

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WEB_PORTNoHost port published by nginx8989
API_TOKENNoOptional static token guarding `/api/*` and `/mcp`. See Authentication
LOG_LEVELNo`mcp-server` log levelinfo
TARGET_REPONoRepository mounted read-only at `/workspace`. Point this at your own project..
PROJECTS_DIRNoDirectory of checkouts mounted read-only at `/projects`, which lets `initialize_project` switch repos../..
NEO4J_PASSWORDNoNeo4j password (the user is always `neo4j`)codegraph123
EMBEDDING_MODELNoEmbedding model served by TEI. 768-dim models only, since `EMBEDDING_DIM` is fixedBAAI/bge-base-en-v1.5
EMBED_QUERY_PREFIXNoRetrieval query prefix. Keep it quoted; it ends in a space
EMBED_DOCUMENT_PREFIXNoDocument 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

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/attaxr/code-graph-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server