memoir-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MEMOIR_MAX_CONTENT | No | Max characters for content fields (default: 500) | |
| MEMOIR_MAX_ENTRIES | No | Max entries per session (default: 50) | |
| MEMOIR_MAX_OUTCOME | No | Max characters for outcome/resolution fields (default: 300) | |
| MEMOIR_MAX_SESSIONS | No | Max sessions per project (default: 20) |
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": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| log_attemptC | Record something that was tried and its outcome. |
| log_blockerC | Flag something that's stuck and why. |
| resolve_blockerB | Mark a blocker as resolved. |
| log_decisionB | Record a design or architecture choice and its rationale. |
| end_sessionB | Explicitly close the current session with an optional summary. |
| get_handoffA | Get a structured summary of the last session for this project. Use this at the start of a new session to understand what was previously attempted, what's blocked, and what decisions were made. |
| get_historyB | Query past sessions for this project. |
| get_blockersA | List blockers across all sessions for this project. |
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/bighippoman/memoir-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server