memini
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| recall_project_contextA | Load the most important project memories (failed attempts, fragile files, decisions, deployment rules) before starting work. Call this at the start of a task. |
| check_before_editingA | Check whether a file has recorded risks, failed attempts, or fragile-file warnings BEFORE editing it. Always call this before modifying configuration or deployment files. |
| remember_decisionA | Record an important design or implementation decision and WHY it was made, so future sessions do not relitigate or reverse it unknowingly. |
| remember_failed_attemptA | Record an approach that was tried and FAILED, so no future session repeats it. Include what was tried, why it failed, and what the actual fix was (if known). |
| remember_fragile_fileB | Mark a file as fragile/risky so future sessions get a guardrail warning (or block) before touching it. |
| end_session_summaryB | At the end of a work session, record what changed, what worked, and what failed. Creates a session summary and proposes durable memories. |
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/lumayapartners/memini'
If you have feedback or need assistance with the MCP directory API, please join our Discord server