Skip to content
Cursor

codeweave for Cursor

io.github.semihkayan/codeweave

Save tokens while coding — your AI agent gets structured code context, not file dumps.

client:Cursor transport:stdio runtime:npm

Install codeweave in Cursor

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

{
  "mcpServers": {
    "codeweave": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@codeweave/mcp"
      ]
    }
  }
}

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

codeweave in other clients