mcp-continuity-server-fixed
2.2
MCP Continuity Server is designed to manage project continuity and state across sessions using the MCP Continuity Tool. It includes a web interface for visualization and management, and is compatible with the Claude Desktop and MCP SDK 1.7.0. The project focuses on optimizing project management through automated processes and insights.
MCP Continuity Server (Simplified Version)
A server for managing continuity and state in projects based on the MCP Continuity Tool. It is compatible with SDK MCP version 1.7.0.
Key Features
- Project state management across Claude Desktop sessions
- SDK MCP 1.7.0 compatibility
- Web interface for state visualization and management
- Repository analysis for insights
- Optimized continuity prompt generation
Version 1.0.9 Updates
- SDK MCP update to 1.7.0
- Full removal of problematic handlers
- Web interface addition
- Claude Desktop compatibility
- Emoji replacement by text
- Standardized log messages
- Automated tests and continuous integration setup
Prerequisites
- Node.js 18+
- npm or npx
Installation and Usage
- Global installation:
npm install -g @lucasdoreac/mcp-continuity-server
- Usage with npx:
npx @lucasdoreac/mcp-continuity-server
- Configure in Claude Desktop
- Use from source code: Clone repo, install dependencies, and run server
Web Server Mode with Web Interface
Start as an HTTP server and access the web interface at http://localhost:3000
.
Web Interface
- View current project state
- Monitor component status
- Track development progress
- Configure server parameters
Available Tools
initProjectState
loadProjectState
updateProjectState
analyzeRepository
generateContinuityPrompt
State Files
Manages a project-status.json
file containing project information, development state, and context.