Context Manager
About
Enhances Claude's capabilities with context management across sessions, knowledge organization through hierarchical project contexts, and continuous conversation threads stored in a well-structured directory.
Details
- Author
- davidteren
- Repository
- davidteren/claude-server
- GitHub stars
- 6
- Downloads
- 416
- Categories
- Productivity, Other, AI, Community, Design, Developer Tools, Knowledge Base, Infrastructure, Communication, Project Management
Jump to
- 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
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Context ManagerCommand (node, npx, python, etc.)npxArguments-
Argument 1
-y -
Argument 2
@highlight/mcp-server
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"context manager": {
"env": {},
"args": [
"-y",
"@highlight/mcp-server"
],
"command": "npx"
}
}
}
Linux
{
"env": [],
"args": [
"-y",
"@highlight/mcp-server"
],
"command": "npx"
}
Macos
{
"env": [],
"args": [
"-y",
"@highlight/mcp-server"
],
"command": "npx"
}
Windows
{
"env": [],
"args": [
"/c",
"npx",
"-y",
"@highlight/mcp-server"
],
"command": "cmd"
}
An MCP server for Claude providing advanced context management, including persistent sessions and project-specific organization.
ARCHIVED— This project is no longer maintained (March 2026).
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).
A Model Context Protocol (MCP) server providing:
- Hierarchical project context organization
- Session-based conversation tracking
- JSON-based persistent storage at~/.claude/
- 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
Persistent memory for any AI assistant. Zero token cost until recall. Stores memories in local SQLite, ranks by 6-factor scoring, returns results 79% smaller than JSON. Works with Claude, ChatGPT, Grok, Cursor, Windsurf, and any MCP client.
After Effects MCP is a full-featured automation bridge that connects AI clients (like VS Code, Claude Desktop, and Claude Code) to Adobe After Effects through MCP, enabling scripted control of compositions, layers, effects, keyframes/graph easing, presets, markers, audio levels, waveform analysis, and effect discovery via a live bridge panel.
Project management your AI can actually run — connect Claude, ChatGPT, Cursor & Codex to one board over MCP.
AIOProductOS spine over MCP — customers, revenue, feedback, work, analytics on one typed record.
The memory layer for AI coding tools. Local-first, semantic, 9 MCP tools with consolidation and project scoping. Works with Claude Code, Cursor, Windsurf & any MCP client.
One MCP server for Claude, ChatGPT & Gemini — wraps your ERPs, CRMs, APIs and knowledge base into a single governed endpoint.
Run your field service business from Claude: answer calls, book and dispatch jobs, build estimates, chase invoices. Built for HVAC, plumbing, electrical, roofing and pest control.
Complete Swiss accounting integration for Bexio via MCP. Works with Claude Desktop, n8n, and any MCP client. 221 tools for invoices, contacts, projects & more.
Persistent memory MCP server for Claude Desktop — remembers context, time, and topics across sessions
An MCP extension for the Claude Desktop application that enables automation and integration.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





