MCP Continuity Server
Um servidor MCP para gerenciamento de continuidade e estado em projetos, baseado no MCP Continuity Tool
Overview
MCP Continuity Server is a server designed for managing continuity and state in projects, based on the Model Context Protocol (MCP). It allows developers to maintain context between development sessions, ensuring they can pick up right where they left off.
To use the MCP Continuity Server, you can either install it using the MCP Installer or manually clone the repository and run it. Once set up, you can interact with it through commands in your development environment.
- State Management: Saves and retrieves project state between sessions. - Progress Tracking: Keeps track of files being edited and pending tasks. - Context Persistence: Stores thoughts, next steps, and dependencies. - Git Integration: Syncs with repositories for automatic analysis. - Prompt Generation: Creates optimized prompts for continuity in future sessions.
- Managing project state across multiple development sessions.
- Tracking progress on tasks and files in a collaborative environment.
- Generating prompts to help developers remember their next steps.
Add to your AI client
Use these steps to connect MCP Continuity Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-continuity-server-lucasdoreac": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-continuity-server-lucasdoreac"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-continuity-server-lucasdoreac": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-continuity-server-lucasdoreac"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-continuity-server-lucasdoreac": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-continuity-server-lucasdoreac"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-continuity-server-lucasdoreac": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-continuity-server-lucasdoreac"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-continuity-server-lucasdoreac": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-continuity-server-lucasdoreac"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-continuity-server-lucasdoreac": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-continuity-server-lucasdoreac"
]
}
}
}FAQ
Can MCP Continuity Server manage multiple projects?
Yes! It can handle multiple projects by saving their states separately.
Is there a graphical interface for MCP Continuity Server?
Currently, it operates through command-line interactions, but a GUI may be developed in the future.
How do I install MCP Continuity Server?
You can install it using the MCP Installer or clone the repository and run it manually.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3830,"uuid":"dc9d4f23-6175-4497-822b-4fe7ee5b7a1e","name":"mcp-continuity-server","title":"MCP Continuity Server","description":"Um servidor MCP para gerenciamento de continuidade e estado em projetos, baseado no MCP Continuity Tool","avatar_url":"https://avatars.githubusercontent.com/u/160977944?v=4","created_at":"2025-03-21T22:38:30.505Z","updated_at":"2025-03-21T22:59:01.949Z","status":"created","author_name":"Lucasdoreac","author_avatar_url":"https://avatars.githubusercontent.com/u/160977944?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/Lucasdoreac/mcp-continuity-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"MIT license\",\"language\":\"JavaScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-21 22:58:27\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]