Skip to content
Cursor

agentcite for Cursor

io.github.kevinx702/agentcite

Fabrication-free, DOI-backed citations for AI agents — real openAlex sources, never hallucinated.

client:Cursor transport:stdio runtime:npm

Install agentcite in Cursor

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

{
  "mcpServers": {
    "agentcite": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agentcite-mcp"
      ]
    }
  }
}

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

agentcite in other clients