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
{
"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