Skip to content
VS Code

agentcite for VS Code

io.github.kevinx702/agentcite

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

client:VS Code transport:stdio runtime:npm

Install agentcite in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

agentcite in other clients