Odel
vector knowledge graph mcp

vector knowledge graph mcp

Local
@csoai-orgPythonUpdated 4 days ago

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

Runs locally over stdio

This server isn't hosted โ€” your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIvector-knowledge-graph-mcpv1.0.10

Run

uvx vector-knowledge-graph-mcp

MCP client config

{
  "mcpServers": {
    "vector-knowledge-graph-mcp": {
      "command": "uvx",
      "args": [
        "vector-knowledge-graph-mcp"
      ]
    }
  }
}