mcpbeat Sign in

Vault Knowledge MCP Server

local only

Vault Knowledge runs on your own machine — the client starts it, so there is no endpoint to ping. 53 installs a week from npm. Last commit 30 May 2026.

Read-only MCP over a vault's typed knowledge graph: concept search, contradictions, article fetch.

Installs per day peak 17 · avg 9 · +47% w/w
a month agotoday
53
Installs / week
npm · @swins/vault-knowledge-mcp
0
Stars
0 open issues
30 May 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Vault 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 vault-knowledge -- npx -y @swins/vault-knowledge-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vault-knowledge": {
      "args": [
        "-y",
        "@swins/vault-knowledge-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.vault-knowledge]
command = "npx"
args = ["-y", "@swins/vault-knowledge-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "vault-knowledge": {
      "args": [
        "-y",
        "@swins/vault-knowledge-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "vault-knowledge": {
      "args": [
        "-y",
        "@swins/vault-knowledge-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Vault Knowledge

same job, measured the same way
Pulse8 AI Cortex Knowledge Vault
by synpulse8-opensource

Agent-native knowledge OS on Markdown: typed graph, hybrid search, and compiler over MCP.

71 installs/wk local only
Wauldo
by wauldo

Stateless agentic tools over MCP: concept extraction, long-context, knowledge graph, planning.

answering
Sortio
by canonicalmg

Read-only search of your Sortio knowledge graph (files and entities) for Claude and ChatGPT.

answering
Obsidian Brain
by sweir1

Obsidian MCP server: semantic search, knowledge graph, and vault editing. No plugin required.

198 installs/wk local only
Hypermnesia MCP Viz
by cdeust

Read-only visualization for Cortex memory, knowledge, sessions, traces, and codebase graphs.

95 installs/wk local only
Family Office Knowledge Graph
by familyofficeknowledgegraph

Family Office Knowledge Graph: read-only MCP door over the public record. Agentic KG Holdings.

5 tools answering
Yantrikdb MCP
by yantrikos

Cognitive memory for AI agents — semantic recall, knowledge graph, and contradiction detection

1 446 installs/wk local only
FoxNose Knowledge
by foxnose

Hybrid search, schema introspection and record read/write over FoxNose collections

answering

Vault Knowledge — questions

Answers built from our own checks of this server.

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