Claude Server MCP
@davidteren
About Claude Server MCP
Claude Server is an MCP implementation that enhances Claude's capabilities by providing sophisticated context management across sessions, enabling persistent knowledge organization through hierarchical project contexts and continuous conversation threads stored in a well-structur
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Claude Server MCP?
Claude Server MCP is a Model Context Protocol server that provides persistent context management for Claude, enabling organized context storage across sessions, project-specific context organization, and conversation continuity. It is intended for users who need to maintain and retrieve context information across multiple conversations with Claude.
How to use Claude Server MCP?
The server is automatically configured in the Claude desktop app’s MCP settings. Contexts are stored in ~/.claude/. Users invoke the server through Claude’s use_mcp_tool function with tools like save_project_context, save_conversation_context, get_context, and list_contexts. For development, clone the repository, run npm install, then npm run build.
Key features of Claude Server MCP
- Hierarchical project context organization with parent-child relationships
- Cross-referencing between contexts and project-specific metadata
- Session-based conversation tracking and conversation chaining
- Flexible tagging system with metadata-rich context storage
- JSON-based storage with quick lookup indexing
- Asynchronous operations and organized directory structure
Use cases of Claude Server MCP
- Save and organize context from a design discussion for later reference
- Chain related conversations under the same session for continuity
- Retrieve project-specific context when resuming work after a break
- Index and tag contexts for quick filtering by project or topic
FAQ from Claude Server MCP
What runtime and dependencies are required?
Node.js is required. The server is built with npm; install dependencies with npm install and build with npm run build.
Where is context data stored?
All contexts are stored locally in ~/.claude/, organized into a contexts/ directory, a projects/ directory, and a context-index.json index file.
How is the server configured for use with Claude Desktop?
The server is configured in the Claude desktop app’s configuration file at ~/Library/Application Support/Claude/claude_desktop_config.json under the mcpServers key.
What tools are available in Claude Server MCP?
Tools include save_project_context, save_conversation_context, get_context, and list_contexts. Each accepts specific arguments for IDs, project IDs, content, tags, and metadata.
More AI & Agents MCP servers
Open Multi-Agent Canvas
CopilotKitThe open-source multi-agent chat interface that lets you manage multiple agents in one dynamic conversation and add MCP servers for deep research
Gemini MCP Server
aliargunMCP server implementation for Google's Gemini API
21st.dev Magic AI Agent
21st-devIt's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic
MCP-LLM Bridge
patruffBridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools
Mcp Agent
lastmile-aiBuild effective agents using Model Context Protocol and simple workflow patterns
Comments