Sourceright for Cursor
io.github.edithatogo/sourceright
Reference verification MCP server for CSL bibliographies, evidence, and audited writes.
client:Cursor
transport:stdio
runtime:oci
Install Sourceright in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"sourceright": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/edithatogo/sourceright-mcp:0.1.20"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs