Claude Code Connector MCP
Bridges Claude Desktop, Claude Code CLI, and Claude Code for VS Code, enabling developers to plan in Desktop, save specs to project directories, and invoke Claude Code CLI with seamless state sharing across interfaces.
README
Claude Code Connector MCP
An MCP server that bridges Claude Desktop, Claude Code CLI, and Claude Code for VS Code, enabling seamless developer workflows across all three interfaces.
Overview
This MCP server allows developers to:
- Plan and research in Claude Desktop
- Push specs and documents directly to project directories
- Invoke Claude Code CLI from Desktop conversations
- Share state and context across all Claude interfaces
Project Status
Current Phase: Planning
Target Developer: antigravity
Priority: P0
Documentation
- PRODUCT_SPEC.md - Complete product specification with all features, tools, resources, prompts, and slash commands
- ROADMAP.md - Implementation phases and timeline
- ARCHITECTURE.md - Technical architecture (to be created)
Quick Start (Post-Implementation)
Installation
npm install -g @ciq/claude-code-connector-mcp
Configuration
Add to your Claude Desktop config:
{
"mcpServers": {
"claude-code": {
"command": "claude-code-connector",
"args": ["--projects-config", "~/.claude/projects.json"]
}
}
}
Usage
/projects # List registered projects
/project myapp # Set active project
/save docs/spec.md # Save to project
/implement create auth middleware # Invoke Claude Code
/checkpoint completed auth # Create checkpoint
Development Phases
Phase 1: MVP (Core File Operations)
- Project registration and management
- File read/write to project directories
- Basic slash commands: /projects, /project, /save
- Estimated: 1 week
Phase 2: Claude Code Integration
- CLI invocation with task delegation
- Streaming status updates
- /implement command
- Estimated: 1 week
Phase 3: State Management
- Checkpoint system
- Session state persistence
- Cross-interface context sharing
- Estimated: 1 week
Phase 4: Advanced Features
- Git integration
- MCP resources and prompts
- Performance optimization
- Estimated: 1 week
Key Features
MCP Tools (7 total)
register_project- Register codebase directorylist_projects- Show all registered projectswrite_to_project- Write file to projectread_from_project- Read file from projectinvoke_claude_code- Execute Claude Code CLI taskcreate_checkpoint- Save conversation stateget_project_status- Get project overview
MCP Resources (3 total)
claude-code://{projectId}/files- Project file treeclaude-code://{projectId}/session- Session stateclaude-code://{projectId}/docs- Project documentation
MCP Prompts (4 total)
plan-and-implement- Full workflow guidesave-to-project- Quick save artifactscontinue-in-cli- Handoff to CLIproject-status- Project overview
Slash Commands (6 total)
/projects- List projects/project {id}- Set active project/save {path}- Quick save/implement {task}- Invoke Claude Code/checkpoint {summary}- Create checkpoint/status- Project status
Architecture
Components
- MCP Server: Node.js/TypeScript server implementing MCP protocol
- Project Manager: Handles project registration and file operations
- CLI Invoker: Spawns and manages Claude Code processes
- State Manager: Handles session state and checkpoints
- Resource Provider: Exposes project data as MCP resources
Data Storage
~/.claude/projects.json- Project registry{project}/.claude/session_state.json- Per-project session state
Success Metrics
MVP Success
- Developer can register project from Desktop
- Developer can write specs to project directory
- Developer can read project files
- Basic commands work reliably
Full Feature Success
- Developer can invoke Claude Code from Desktop
- State persists across interfaces
- Streaming updates work
- <500ms response time for typical operations
Contributing
This is a CIQ internal project. Development by antigravity.
Development Setup
git clone [repository]
cd claude-code-connector-mcp
npm install
npm run build
npm link # For local testing
Testing
npm test # Run unit tests
npm run test:integration # Run integration tests
npm run test:e2e # Run end-to-end tests
License
Proprietary - CIQ Inc.
Support
For issues or questions, contact Brian (Product Manager) or antigravity (Developer).
Roadmap
See ROADMAP.md for detailed implementation plan.
Open Questions
- Does Claude Code CLI support --task and --context flags?
- What's the best streaming protocol (SSE, websockets, polling)?
- Should MCP handle git operations directly?
- How should VS Code extension consume state files?
Status: Awaiting technical discovery from antigravity.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。