Claude Server MCP
local-only server
The server can only run on the client’s local machine because it depends on local resources.
Claude Server MCP
A Model Context Protocol (MCP) server that provides sophisticated context management capabilities for Claude, enabling persistent context across sessions, project-specific context organization, and conversation continuity.
Features
- Project Context Management
- Hierarchical context organization
- Parent-child relationships
- Cross-referencing between contexts
- Project-specific metadata
- Conversation Continuity
- Session-based context tracking
- Conversation chaining
- Metadata-rich context storage
- Flexible tagging system
- Efficient Storage
- Organized directory structure
- JSON-based storage
- Quick lookup indexing
- Asynchronous operations
Installation
The server is automatically configured in your Claude desktop app's MCP settings. All contexts are stored in ~/.claude/
for better organization:
Tools
Project Context Management
Conversation Management
Context Retrieval
Documentation
- Context Management Guide - Detailed guide on context types and usage
- Architecture Overview - Technical implementation details
- Usage Guide - General usage instructions
- Claude Desktop Integration - Integration with Claude Desktop
Development
- Clone the repository
- Install dependencies:Copy
- Build the server:Copy
- The server will be built to
build/index.js
Configuration
The server is configured through the Claude desktop app's configuration file at:
~/Library/Application Support/Claude/claude_desktop_config.json
Contributing
Contributions are welcome! Please feel free to submit issues and pull requests.
License
MIT
You must be authenticated.
Provides sophisticated context management for Claude, enabling persistent context across sessions, project-specific organization, and conversation continuity.