Context-MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CONTEXT_MCP_DATA | No | Data directory path | ~/.context-mcp |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| prompts | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| context_addA | Add new context entry to the knowledge base. Use this to remember important decisions, patterns, or information about the project. The entry will be automatically categorized and compressed for efficient retrieval. |
| context_getA | Get the current project context optimized for token efficiency. Returns a hierarchical view:
Use this at the start of conversations to understand the project. |
| context_searchA | Search for specific context in the knowledge base. Use when you need detailed information about a specific topic. Searches across all levels including archived context. |
| context_updateC | Update an existing context entry |
| context_deleteB | Delete a context entry |
| context_relateB | Create a relationship between two context entries for better navigation |
| context_statsB | Get statistics about the context database |
| context_focusA | Set the current work focus. This optimizes which context is loaded. Call this when switching between different areas of the project. |
| context_summarizeA | Generate a compressed summary of recent context. Useful for creating checkpoints or when context is getting too large. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| project_start | Initialize context at the start of a conversation |
| remember_decision | Template for recording an architectural decision |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Core Context | Compressed core context (~500 tokens) - always safe to load |
| Active Context | Current work context (~2000 tokens) |
| Context Statistics | Database statistics and usage |
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/vshavlidze/context-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server