Back to browse
GitHub Repository

The CoChat MCP to share and collaborate on plans in claude, opencode, cursor etc

3 starsTypeScript

CoChat MCP – Let your team review what your coding agent is building

by intheleantime·Feb 13, 2026·5 points·0 comments

AI Analysis

●●SolidBig BrainShip It

MCP bridge for team code review on agent plans, but execution maturity unclear.

Strengths
  • Solves real async workflow problem: agent plans trapped in terminals until PR, now visible to whole team.
  • Multi-model review angle: Claude plan reviewed by GPT, or vice versa, with feedback pulled back into agent context.
  • Project memories as searchable semantic store across sessions is clever persistence layer.
Weaknesses
  • Early stage: 3 stars, 0 forks, no public adoption data or live team examples.
  • Unclear if MCP integration actually works smoothly across Claude Code, Cursor, OpenCode or if each needs custom adaptation.
Target Audience

Software engineers using AI coding agents (Claude Code, Cursor, OpenCode); teams that want multi-agent code review

Similar To

Cursor · Continue · GitHub Copilot Chat

Post Description

I built an MCP server that connects coding agents (Claude Code, Cursor, OpenCode, Codex) to a collaborative workspace where your team and other AI models can review what the agent is planning.

The problem: When Claude Code creates an implementation plan, it lives in your terminal session. Nobody else sees it until it becomes a PR. If you want GPT to check the architecture or a teammate to flag issues, you're copy-pasting between windows.

This MCP server fixes that. When your agent creates a plan, it gets shared as a collaborative thread in CoChat. Engineers comment on it, other AI models review it, and you pull all the feedback back into your agent's context with one command. Decisions can be saved as project memories that persist across sessions and are searchable by anyone.

What it does:

Plans: Auto-shared as collaborative threads. Pull feedback back into your terminal. Cross-model review: Have GPT review your Claude plan, or vice versa. Project memories: Semantic memory that persists across sessions, models, and people. Ask: Query your project's knowledge base from the terminal. Auto-scoping: Detects your project from git remote. No config needed. Setup is one command per agent. Auto-share behavior is configurable (off/plan/all).

MIT licensed, available on npm: npx @cochatai/mcp-cochat

Happy to answer questions about the architecture or the MCP protocol integration.

Similar Projects

AI/ML●●Solid

AgentClick – Human-in-the-loop review UI for AI coding agents

Human-in-the-loop review layer for Claude Code before irreversible agent actions.

Ship ItSolve My Problem
harvenstar
102mo ago