Skip to content
Cursor

Fossick for Cursor

io.github.lipdog/fossick

Search all of GitHub from your AI agent — find libraries, drill into repos, find code patterns.

client:Cursor transport:stdio runtime:pypi

Install Fossick in Cursor

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

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

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

Fossick in other clients