
Claude Server MCP
โ 15from davidteren
An MCP server for Claude providing advanced context management, including persistent sessions and project-specific organization.
๐ฅโ VerifiedFreeQuick setup
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
This tool doesn't publish a standard install command โ the repository README on GitHub covers its setup.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
License
MIT