MCP Continuity Server (Versão Simplificada)
@Lucasdoreac
MCP Continuity Server (Versão Simplificada) について
Versão corrigida do MCP Continuity Server compatível com SDK 1.7.0
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-continuity-server-fixed": {
"command": "npx",
"args": [
"@lucasdoreac/mcp-continuity-server"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP Continuity Server (Versão Simplificada)?
An MCP server for managing project continuity and state across Claude Desktop sessions. It is built on the MCP Continuity Tool, simplified and updated for compatibility with MCP SDK version 1.7.0. Suitable for developers using Claude Desktop who need to preserve development context between sessions.
How to use MCP Continuity Server (Versão Simplificada)?
Install globally with npm install -g @lucasdoreac/mcp-continuity-server or run directly with npx @lucasdoreac/mcp-continuity-server. Configure it in the claude_desktop_config.json file by adding a JSON entry with npx command. Can also be run as a web server with node src/index.js server for graphical interface access at http://localhost:3000.
Key features of MCP Continuity Server (Versão Simplificada)
- Manage project state across Claude Desktop sessions
- Web interface for state visualization and management
- Repository analysis for insights
- Optimized continuity prompt generation
- Automated testing and CI with GitHub Actions
- Compatible with MCP SDK 1.7.0
Use cases of MCP Continuity Server (Versão Simplificada)
- Maintain development progress when switching Claude Desktop sessions
- Track project components, tasks, and completion status
- Analyze repository structure to obtain development insights
- Generate optimized prompts to resume development efficiently
- Monitor project state via a web dashboard
FAQ from MCP Continuity Server (Versão Simplificada)
How does this version differ from the original MCP Continuity Tool?
This version is simplified and updated to MCP SDK 1.7.0, removes error‑causing handlers (resources/list, prompts/list), adds a web interface, replaces emojis with text, and standardizes log messages.
What are the runtime requirements?
Requires Node.js 18+ and npm or npx.
Where is the project state stored?
State is stored locally in a project-status.json file containing project info, current development state, component lists, and development context.
What tools does the server provide?
It provides five tools: initProjectState, loadProjectState, updateProjectState, analyzeRepository, and generateContinuityPrompt.
Can I run a graphical interface?
Yes, by launching the server with node src/index.js server, a web interface is available at http://localhost:3000 for visualizing and configuring project state.
「その他」の他のコンテンツ
Awesome Mlops
visengerA curated list of references for MLOps
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
コメント