Skip to content
Cursor

Coalent for Cursor

io.github.nisarg-pujara-vectorlink/coalent

Fresh, attributed facts from your sources — cached, and invalidated the moment a source changes.

client:Cursor transport:stdio runtime:pypi

Install Coalent 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": {
    "coalent": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "coalent"
      ],
      "env": {
        "OPENAI_API_KEY": "<OPENAI_API_KEY>",
        "COALENT_MCP_TOKEN": "<COALENT_MCP_TOKEN>"
      }
    }
  }
}

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

Coalent in other clients