mcpbeat Sign in

Vector Knowledge Graph MCP Server

local only

Vector Knowledge Graph MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 141 installs a week from pypi.

AI-powered vector knowledge graph MCP server for agents. Supports add node, add edge, semantic node

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

Installs per day peak 49 · avg 21 · -18% w/w
a month agotoday
141
Installs / week
pypi · vector-knowledge-graph-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

What the code does

We have not read this server's code yet, 2 d 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.

File ships in the package but is absent from the source [пакет] auth_middleware.py:1, [пакет] mcp-wrapper.py:1, [пакет] server.py:1
этот файл ставится пользователю, но в репозитории его нет

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

Alternatives to Vector Knowledge Graph MCP

same job, measured the same way
RemembrallMCP
by cdnsteve

Persistent knowledge memory for AI agents. Hybrid search, code graph, pgvector.

20 installs/wk local only
RAG Knowledge Graph MCP
by csoai-org

Rag Knowledge Graph MCP Server by MEOK AI Labs

202 installs/wk local only
I
Engraphy
by devon-clarkk

Self-hosted MCP memory server: a typed knowledge graph on Postgres 16 and pgvector.

local only
Contexta
by contexta

Persistent memory and knowledge graph for AI assistants — keyword + vector + graph search.

answering
I
trelix
by sairam0424

Semantic code search for AI agents — hybrid BM25+vector, call-graph, 20+ languages.

1 185 installs/wk local only
Ckg MCP
by yarmoluk

97-domain knowledge graphs for AI agents — 4× F1 of RAG, 11× fewer tokens. MCP-native.

193 installs/wk local only
Copilot Memory MCP
by labforgedev

Persistent semantic memory for AI agents using local ChromaDB vector search. No cloud required.

local only
Local Memory
by studiomeyer-io

Persistent local AI memory. SQLite + FTS5 + vector search, knowledge graph. No cloud, no API keys.

70 installs/wk local only

Vector Knowledge Graph MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Vector Knowledge Graph MCP?
Vector Knowledge Graph MCP 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 vector-knowledge-graph-mcp was installed 141 times last week.
Is Vector Knowledge Graph MCP 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 Vector Knowledge Graph MCP?
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 vector-knowledge-graph-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Vector Knowledge Graph MCP?
The pypi package vector-knowledge-graph-mcp was installed 141 times in the last week. Week over week that is -18%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.