Claude Infinite Context
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level for verbose output (e.g., DEBUG for detailed logs) | |
| REDIS_URL | No | Redis connection URL | redis://localhost:6379 |
| GEMINI_MODEL | No | The Gemini model to use for state merging. Available models: gemini-3-pro-preview (latest), gemini-2.5-pro (stable), gemini-2.5-flash (fast) | gemini-3-pro-preview |
| PROJECT_ROOT | No | The project root directory. Use ${workspaceFolder} to automatically resolve to your current project directory | |
| GEMINI_API_KEY | Yes | Your Google Gemini API key (required for AI-powered state merging). Get from https://aistudio.google.com/apikey | |
| ANTHROPIC_API_KEY | No | Your Anthropic API key (optional - used as fallback if Gemini fails). Get from https://console.anthropic.com/ |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| checkpointA | Save current context to Redis before running /clear. Merges new context with existing project state using LLM-based summarization. |
| resumeB | Load the last checkpoint at session start. Returns formatted context to inject into the conversation. |
| rollbackB | Revert to a previous checkpoint version. Useful if a merge produced incorrect results. |
| statusA | Show current state metadata including version, active files, tasks, token usage, and checkpoint history. |
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/coderdeep11/claude-memory-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server