MCP Server
MCP
duke-book
Manage Duke Bookmark notes, categories, and plan-enabled knowledge search over MCP.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "duke-book",
"version": "0.1.5",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of the Duke Bookmark service.",
"format": "string",
"name": "DUKE_API_BASE_URL"
},
{
"description": "Explicit-scope Duke Bookmark API token whose plan enables API_ACCESS and MCP_ACCESS; knowledge search also requires AI_RAG.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "DUKE_API_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment