Skip to content
Cursor

duke-book for Cursor

io.github.githubdujianfeng/duke-book

Manage Duke Bookmark notes, categories, and plan-enabled knowledge search over MCP.

client:Cursor transport:stdio runtime:npm

Install duke-book 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": {
    "duke-book": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "duke-book"
      ],
      "env": {
        "DUKE_API_BASE_URL": "<DUKE_API_BASE_URL>",
        "DUKE_API_TOKEN": "<DUKE_API_TOKEN>"
      }
    }
  }
}

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

duke-book in other clients