Claude Server MCP
The Claude Server MCP provides sophisticated context management for Claude, enabling persistent, organized, and efficient storage of project and conversation contexts.
Save Project Contexts: Store project-specific contexts with hierarchical organization, parent-child relationships, and metadata
Save Conversation Contexts: Maintain conversation continuity across sessions with tagging and chaining
Retrieve Contexts: Fetch specific contexts by ID for quick access
List Contexts: Filter contexts by tags, type, or project ID for better organization
Efficient Storage: Uses structured directory (~/.claude/) and JSON-based storage for quick lookups
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Claude Server MCPsave this conversation about the new API design to project 'mobile-app'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Claude Server MCP
ARCHIVED — This project is no longer maintained (March 2026).
Why archived
This project aimed to provide persistent context management across Claude sessions via an MCP server. Since then, Claude Code has shipped native solutions that supersede this:
Auto-memory (
~/.claude/projects/*/memory/) — persistent, file-based memory across conversationsCLAUDE.md — project-level instructions loaded automatically into every session
Built-in conversation continuity — Claude Code now maintains context natively
This project never progressed beyond v0.1.0 (6 commits, no tests, no production users).
Related MCP server: MCP Memory Keeper
What it was
A Model Context Protocol (MCP) server providing:
Hierarchical project context organization
Session-based conversation tracking
JSON-based persistent storage at
~/.claude/
Alternatives
Claude Code's built-in memory system — does everything this project attempted, natively
CLAUDE.md files — project-specific context that persists across sessions
MCP resources — Claude Code's native MCP integration for external context
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA Model Context Protocol server for Claude Desktop that provides structured memory management across chat sessions, allowing Claude to maintain context and build a knowledge base within project directories.Last updated246MIT
- Alicense-qualityAmaintenanceProvides persistent context management for Claude AI coding assistants, allowing you to save and restore conversation context, create checkpoints, and organize information across sessions to prevent losing important work history and decisions during long coding sessions.Last updated234131MIT
- Alicense-qualityBmaintenanceProvides Claude with a persistent local memory and structured knowledge graph to track project states, tasks, and historical decisions across different chat sessions. It enables users to recall information using keyword relevance, time-travel queries, and dependency analysis for complex project management.Last updatedMIT
- Alicense-qualityDmaintenanceProvides persistent, project-centric context awareness for AI assistants using short-term, long-term, episodic, and semantic memory with vector embeddings.Last updated1780MIT
Related MCP Connectors
Persistent context for Claude. Your AI always knows your projects and next actions across sessions.
Persistent memory layer that saves and recalls your project context and preferences.
Stop re-explaining yourself to Agents. Give it the right context, right when needed.
Appeared in Searches
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/davidteren/claude-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server