← Back to Plugins
MCP Server MCP

duke-book

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...