nicode

NiL4gh/nicode
★ 0 stars TypeScript Code/Dev Tools Updated 10d ago
Personal development harness — forked from opencode, inspired by Claude Code. Custom MCP proxy-per-server, runtime rate limiting, skills, plugins, and more.
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": {
    "nicode": {
      "command": "npx",
      "args": [
        "-y",
        "NiL4gh/nicode"
      ]
    }
  }
}

README Excerpt

A personal fork of [opencode](https://github.com/opencode-ai/opencode) with MCP proxy-per-server architecture, runtime rate limiting, and local TUI commands. - **MCP Proxy-per-Server** — One `mcp_<server>` tool per MCP server instead of N individual per-tool stubs. Saves ~95% of MCP schema tokens per turn (~33KB → ~2KB).