mcpbeat Sign in

kbdb MCP Server

local only

kbdb runs on your own machine — the client starts it, so there is no endpoint to ping. 126 installs a week from npm. Last commit 1 Sep 2026.

A searchable second brain for AI agents: ranked keyword and semantic search over your Markdown.

Installs per day peak 477 · avg 48 · -24% w/w
a month agotoday
126
Installs / week
npm · @dikolab/kbdb
0
Stars
0 open issues
1 Sep 2026
Last commit
0 releases in 90 days
AGPL-3.0
License
HTML

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

   for (const drop of discarded) {
      log(
         'enrichment discarded ' + drop.path + ' (' + drop.reason + ')',

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 kbdb -- npx -y @dikolab/kbdb
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "kbdb": {
      "args": [
        "-y",
        "@dikolab/kbdb"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.kbdb]
command = "npx"
args = ["-y", "@dikolab/kbdb"]
.cursor/mcp.json
{
  "mcpServers": {
    "kbdb": {
      "args": [
        "-y",
        "@dikolab/kbdb"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "kbdb": {
      "args": [
        "-y",
        "@dikolab/kbdb"
      ],
      "command": "npx"
    }
  }
}

Alternatives to kbdb

same job, measured the same way
Filesift
by roshunsunder

Local file search for AI agents — semantic + keyword indexing over your codebase.

50 installs/wk local only
Memex
by evan-moon

Local-first second brain with semantic search. Markdown notes indexed by a local ML model.

45 installs/wk local only
Wayforth
by wayforthofficial

Search engine and payment rail for AI agents. 2,300+ services, semantic ranking.

161 installs/wk local only
Prowlo — Reddit & X for AI agents
by prowlo

Reddit & X data for AI agents over MCP. Semantic search, hosted, no Reddit API.

49 tools answering
emdly
by emdly

Search, install and submit Markdown skills for AI agents; private Brain files when signed in.

9 tools answering
Enzyme
by byenzyme

Semantic search and pattern discovery for Obsidian and markdown vaults.

local only
GTM API: LinkedIn MCP Server
by gtm-api

Managed LinkedIn MCP server for AI agents: search, connect, message and enrich on accounts you own.

63 installs/wk answering
Recall
by mcp-dir

Recall (recall.it) — your AI knowledge base / 'second brain'. Via the official API: semantic search

10 tools answering

kbdb — questions

Answers built from our own checks of this server.

Why is there no uptime for kbdb?
kbdb 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 @dikolab/kbdb was installed 126 times last week.
How do I connect kbdb?
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 @dikolab/kbdb straight from npm; nothing to host, nothing to sign up for.
How many people use kbdb?
The npm package @dikolab/kbdb was installed 126 times in the last week. Week over week that is -24%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is kbdb open source?
Yes — it is published under the AGPL-3.0 licence, written in HTML and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.