Skip to main content
Glama
DarkMatterProductions

mcp-project-context-server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CHROMA_DIRNoChromaDB persistence directory, e.g., ~/.mcp-data/chroma~/.mcp-data/chroma
EMBED_MODELYesEmbedding model name, e.g., nomic-embed-text
OLLAMA_HOSTYesOllama server URL, e.g., http://localhost:11434
PROJECT_PATHNoPath to project root (optional, defaults to CWD)
MCP_TOOL_PREFIXNoPrefix for tool namesproject-context-
EMBED_CONCURRENCYNoMax concurrent embedding requests4

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
load_project_contextA

Load the full project context for the given project path. Returns project.md, all ADRs, and the latest session summary. You MUST call this at the start of every session.

search_project_contextB

Semantically search the indexed project context. Use this to find relevant past decisions, architecture notes, or code summaries related to your current task.

save_session_summaryA

Save a summary of the current session to .context/sessions/YYYY-MM-DD.md. Call this at the end of a session with a concise summary of what was done.

index_project_contextB

Re-index the .context/ directory into the vector store. Run this after updating project.md, adding ADRs, or refreshing BUNDLE.md.

list_repositoriesA

List repositories accessible via the configured repository provider. In multi-tenant deployments, use this to discover which repositories are available before calling other tools. Optionally filter by organisation name.

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/DarkMatterProductions/mcp-project-context-server'

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