Skip to content
Cursor

Bilinc for Cursor

io.github.atakanelik34/bilinc

Hosted agent memory with provenance, contradiction surfacing, and snapshot rollback.

client:Cursor transport:stdio runtime:pypi

Install Bilinc 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": {
    "bilinc": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "bilinc"
      ],
      "env": {
        "BILINC_API_KEY": "<BILINC_API_KEY>"
      }
    }
  }
}

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

Bilinc in other clients