mcp-coding-agents

shreeraman96/mcp-coding-agents
★ 0 stars TypeScript Code/Dev Tools Updated 1d ago
MCP server to delegate coding implementations to OpenCode with an explicit provider + model per call. Works with Claude Code and Codex.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-coding-agents": {
      "command": "npx",
      "args": [
        "-y",
        "shreeraman96/mcp-coding-agents"
      ]
    }
  }
}

README Excerpt

This private npm workspace contains two independent MCP stdio servers. They are separate packages, separate executable processes, and separate published identities: - [`mcp-opencode`](./packages/mcp-opencode) delegates to the OpenCode CLI. Published on npm: [`mcp-opencode`](https://www.npmjs.com/package/mcp-opencode).

Topics

ai-agentclaude-codecodexllmmcpmodel-context-protocolopencode