mcpbeat Sign in

duke-book MCP Server

by githubdujianfeng Your server? Claim it
local only

duke-book runs on your own machine — the client starts it, so there is no endpoint to ping. 27 installs a week from npm.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 125 · avg 11 · +507% w/w
a month agotoday
27
Installs / week
npm · duke-book
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add duke-book -- npx -y duke-book
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "duke-book": {
      "args": [
        "-y",
        "duke-book"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.duke-book]
command = "npx"
args = ["-y", "duke-book"]
.cursor/mcp.json
{
  "mcpServers": {
    "duke-book": {
      "args": [
        "-y",
        "duke-book"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "duke-book": {
      "args": [
        "-y",
        "duke-book"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DUKE_API_BASE_URL (Base URL of the Duke Bookmark service.), DUKE_API_TOKEN (Explicit-scope Duke Bookmark API token whose plan enables API_ACCESS and MCP_ACCESS; knowledge search also requires AI_RAG.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to duke-book

same job, measured the same way
Cartographer
by beppetemp

Governance MCP server for agent-maintained knowledge bases (OKF): git-backed writes, search, lint.

local only
I
Tangled MCP
by zzstoatzz

MCP server for Tangled git platform. Manage repositories, branches, and issues on tangled.org.

43 installs/wk local only
Octocode
by muvon

AI-powered code indexer with semantic search and knowledge graphs

467 installs/wk local only
I
Planform MCP Server
by shirbarzur

Create and manage Planform UML diagrams, nodes, and links. For VS Code and Cursor.

local only
Southwest
by markswendsen-code

MCP server for Southwest Airlines - search flights, manage bookings

36 installs/wk local only
Kroger
by markswendsen-code

MCP server for Kroger - search products, manage cart, place grocery orders

36 installs/wk local only
Index Server
by jagilber-org

MCP instruction indexing server with search, CRUD, validation, and cross-repo knowledge promotion.

78 installs/wk local only
Spotify
by markswendsen-code

MCP server for Spotify - let AI agents control playback, search music, and manage playlists

30 installs/wk local only

duke-book — questions

Answers built from our own checks of this server.

Why is there no uptime for duke-book?
duke-book runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package duke-book was installed 27 times last week.
Is duke-book still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect duke-book?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls duke-book straight from npm; nothing to host, nothing to sign up for.
How many people use duke-book?
The npm package duke-book was installed 27 times in the last week. Week over week that is +507%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.