Skip to content
This repository was archived by the owner on Mar 19, 2026. It is now read-only.

davidteren/claude-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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-structured ~/.claude directory.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors