Skip to content
Cursor

jarvis for Cursor

io.github.phuongddx/jarvis

Local-first SCIP code navigation and Zoekt search over your own indexed repositories

client:Cursor transport:stdio runtime:pypi

Install jarvis in Cursor

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

{
  "mcpServers": {
    "jarvis": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "jarvis-mcp"
      ]
    }
  }
}

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

jarvis in other clients