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
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.
Frequently asked questions
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.
Basic information
More AI & Agents MCP servers
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
Shell and Coding agent for Claude and other mcp clients
rusiaamanShell and coding agent on mcp clients

Competitor Tracker & Co.
Competitor Tracker & Co.Competitor Tracker & Co. watches your competitors' websites and tells you what changed. Every week it crawls their pricing, product, messaging and corporate pages, detects the changes that matter, and files a tagged, ran
Perplexity MCP Server
DaInfernalCoderA Model Context Protocol (MCP) server for research and documentation assistance using Perplexity AI. Won 1st @ Cline Hackathon
MCP Server - Remote MacOs Use
baryhuangThe only general AI agent that does NOT requires extra API key, giving you full control on your local and remote MacOs from Claude Desktop App
Comments