CornMCP

yuki-20/CornMCP
★ 63 stars TypeScript 🤖 AI/LLM Updated 10d ago
CornMCP is an open-source mono repo that gives AI coding agents (Antigravity, Cursor, Claude Code, Codex), token-saving access to your codebase through the Model Context Protocol (MCP).
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": {
    "cornmcp": {
      "command": "npx",
      "args": [
        "-y",
        "yuki-20/CornMCP"
      ]
    }
  }
}