Skip to content
Cursor

Srclight for Cursor

io.github.srclight/srclight

Deep code indexing for AI agents. FTS5 + embeddings + call graphs + git intelligence. Fully local.

client:Cursor transport:stdio runtime:pypi

Install Srclight in Cursor

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

{
  "mcpServers": {
    "srclight": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "srclight"
      ]
    }
  }
}

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

Srclight in other clients