claude-code-compat

tofutomy/claude-code-compat
★ 0 stars TypeScript 💻 Code/Dev Tools Updated today
Claude Code Compat is a standalone compatibility plugin for OpenCode-compatible hosts. It provides the surfaces needed to load Claude-style MCP servers, plugins, skills, commands, agents, and hooks.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "claude-code-compat": {
      "command": "npx",
      "args": [
        "-y",
        "tofutomy/claude-code-compat"
      ]
    }
  }
}

README Excerpt

Claude Code Compat is a compatibility layer for OpenCode-compatible hosts. It lets those hosts load and use Claude-style MCP servers, plugins, skills, commands, agents, and hooks without reimplementing that integration layer themselves. - Claude-style MCP discovery and transformation - plugin, skill, and command discovery