Skip to content
Cursor

toolc for Cursor

dev.toolc/toolc

Optimizing compiler for agent tools: many MCP servers or REST APIs in, one lean endpoint out.

client:Cursor transport:stdio runtime:npm

Install toolc in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "toolc": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@toolc/cli"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

toolc in other clients