promem-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CONTEXTMCP_DATA_DIR | No | Override the data directory path for storage location. By default, each project stores data in its own `.contextmcp/` directory. | <project-root>/.contextmcp/ |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| ctx_searchA | Search persistent project context for rules, decisions, conventions, and facts. Use this BEFORE writing code to understand project patterns and avoid inconsistencies. Returns relevant memories within the specified token budget. |
| ctx_getB | Get a specific memory by its ID with full provenance. |
| ctx_saveA | Save a memory, decision, rule, or fact to persistent context. Use this to store technical decisions, project rules, coding conventions, or any important context that should persist across AI coding sessions. |
| ctx_updateC | Update an existing memory. Only provided fields are changed. |
| ctx_deleteC | Delete a memory from persistent context. |
| ctx_projectA | Get current project information: name, language, framework, root, git status. |
| ctx_rulesA | Get all project rules and coding conventions. |
| ctx_decisionsA | Get all technical/architecture decisions with reasoning. |
| ctx_recentC | Get recent memories and latest session summary for continuity between sessions. |
| ctx_gitB | Get Git intelligence: recent commits, changed files, branches, TODOs/FIXMEs. detail can be: summary, commits, files, todos |
| ctx_environmentA | Get environment intelligence: Python version, venv, dependencies, Docker, .env status. |
| ctx_diagnosticsA | Run environment diagnostics: missing env vars, config issues, health checks. |
| ctx_summaryA | Get a compact project context summary for handoff between sessions or agents. Includes project info, key rules, recent decisions, environment status, and latest session. |
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/DIP-RO/MCP_Package'
If you have feedback or need assistance with the MCP directory API, please join our Discord server