duke-book for Cline
io.github.githubdujianfeng/duke-book
Manage Duke Bookmark notes, categories, and plan-enabled knowledge search over MCP.
client:Cline
transport:stdio
runtime:npm
Install duke-book in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"duke-book": {
"command": "npx",
"args": [
"-y",
"duke-book"
],
"env": {
"DUKE_API_BASE_URL": "<DUKE_API_BASE_URL>",
"DUKE_API_TOKEN": "<DUKE_API_TOKEN>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs