MCP Server
Claude Server MCP
Provides sophisticated context management for Claude, enabling persistent context across sessions, project-specific organization, and conversation continuity.
15
GitHub Stars
6/25/2026
Last Updated
MCP Server Configuration
1{
2 "name": "claude-server",
3 "command": "node",
4 "args": [
5 "/path/to/claude-server/build/index.js"
6 ]
7}
JSON7 lines
README Documentation
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 conversations - CLAUDE.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).
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
Quick Install
Quick Actions
Key Features
Model Context Protocol
Secure Communication
Real-time Updates
Open Source