mcpbeat

hubmesh MCP Server

by demigoddsk
local only

hubmesh runs on your own machine — the client starts it, so there is no endpoint to ping. 814 installs a week from pypi. Last commit 5 Aug 2026.

Deterministic multi-hop graph retrieval for RAG. Zero LLM calls in the query path.

Installs per day peak 407 · avg 74 · -27% w/w
a month agotoday
814
Installs / week
pypi · hubmesh
2
Stars
3 open issues
5 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

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

Alternatives to hubmesh

same job, measured the same way
Vector Mirror
by c64dos-png

Deterministic SVG perception for LLM agents — measures, never guesses. MCP server.

36 installs/wk local only
Memory Kernel
by artem362

Local-first memory for AI agents: SQLite FTS5, deterministic recall, no vector DB, no cloud.

157 installs/wk local only
rag-rat
by cq27-dev

Repository intelligence, code graph, history, papertrail, and cross-agent memory for coding agents.

252 installs/wk local only
Telys — on-device memory
by thyn-ai

Private on-device memory & retrieval for AI assistants — offline vector + lexical search.

414 installs/wk local only
ZettelForge
by rolandpg

Agentic memory for cyber threat intelligence. STIX graphs, actor aliasing, offline RAG, Sigma/YARA.

113 installs/wk local only
Loom
by klosskarl

Local-first personal knowledge base. Cited answers from your vault via vector + graph retrieval.

116 installs/wk local only
Fusionpact Vectordb
by atul-fusionpact

Hybrid vector + reasoning retrieval, agent memory, multi-agent orchestration, MCP server, and RAG.

69 installs/wk local only
ArcadeDB MCP Server
by arcadedb

Built-in MCP server for ArcadeDB multi-model database (graph, document, vector, time-series)

local only

hubmesh — questions

Answers built from our own checks of this server.

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