mcpbeat Sign in

Dense Knowledge MCP Server

local only

Dense Knowledge runs on your own machine — the client starts it, so there is no endpoint to ping. 126 installs a week from pypi. Last commit 30 Jul 2026.

Local-first MCP memory server for persistent LLM knowledge with BM25 retrieval.

Installs per day peak 53 · avg 24 · -6% w/w
a month agotoday
126
Installs / week
pypi · dense-knowledge-mcp
1
Stars
0 open issues
30 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Dense Knowledge every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

Alternatives to Dense Knowledge

same job, measured the same way
Memento
by scrypster

Persistent memory for AI tools. Local-first knowledge graph with hybrid search.

local only
Memory Industry
by leandropg19

MemoryIndustry persistent memory MCP server: BM25+MMR retrieval and audit.

523 installs/wk local only
LLM Kosh
by rastogivaibhav

Local-first AI memory cartridge with persistent MCP memory for Claude via SQLite FTS5.

85 installs/wk local only
AI Agent Memory
by xiangzi1126

Agent-agnostic persistent memory MCP server. Local-first: memories travel with your project.

87 installs/wk local only
kg
by nnar1o

Local knowledge graph memory MCP server for AI assistants.

local only
Aifp MCP
by wjabanjj

Persistent memory MCP server for AI coding assistants. Chinese-first and fully local.

267 installs/wk local only
Graph-Mem
by sathvik-1007

Persistent knowledge-graph memory for AI agents, with local semantic search. No API keys.

62 installs/wk local only
Cortex
by abbacusgroup

Persistent knowledge system with OWL-RL reasoning and 22 MCP tools. Local-first.

260 installs/wk local only

Dense Knowledge — questions

Answers built from our own checks of this server.

Why is there no uptime for Dense Knowledge?
Dense Knowledge 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 pypi package dense-knowledge-mcp was installed 126 times last week.
How do I connect Dense Knowledge?
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 dense-knowledge-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Dense Knowledge?
The pypi package dense-knowledge-mcp was installed 126 times in the last week. Week over week that is -6%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Dense Knowledge open source?
Yes — it is published under the MIT licence, written in Python and 1 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.