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