mcp-project-context-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CHROMA_DIR | No | ChromaDB persistence directory, e.g., ~/.mcp-data/chroma | ~/.mcp-data/chroma |
| EMBED_MODEL | Yes | Embedding model name, e.g., nomic-embed-text | |
| OLLAMA_HOST | Yes | Ollama server URL, e.g., http://localhost:11434 | |
| PROJECT_PATH | No | Path to project root (optional, defaults to CWD) | |
| MCP_TOOL_PREFIX | No | Prefix for tool names | project-context- |
| EMBED_CONCURRENCY | No | Max concurrent embedding requests | 4 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- 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/DarkMatterProductions/mcp-project-context-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server