Projectmem
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PROJECTMEM_ROOT | No | Absolute path to the project root (alternative to --root argument) |
Capabilities
Features and capabilities supported by this server
| 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 |
|---|---|
| get_instructionsA | Read the project's mandatory AI instructions. |
| get_summaryA | Read the project memory summary. |
| get_project_mapA | Read PROJECT_MAP.md to understand the repo structure. |
| precheck_fileA | Check a file's failure history BEFORE modifying it. |
| get_issueA | Read one specific issue's full history by ID (token-efficient). |
| search_eventsA | Plain-text search across all logged events. |
| get_scoreA | Get the project's failure-prevention score. |
| get_contextA | Generate a token-budgeted memory context block. |
| get_global_gotchasA | Query cross-project library gotchas from ~/.projectmem/global/. |
| log_issueA | Open a new issue. Returns the issue ID. |
| record_attemptA | Record a fix attempt on the current issue. |
| record_fixA | Record a confirmed fix and close the current issue. |
| add_decisionB | Record an architectural or product decision permanently. |
| add_noteA | Record a gotcha, setup detail, or other durable context. Use when you discover something important that doesn't fit as an issue or decision. Notes survive across sessions and appear in wrap context blocks. |
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
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/riponcm/projectmem'
If you have feedback or need assistance with the MCP directory API, please join our Discord server