mcpbeat Sign in

hubmesh MCP Server

by demigoddsk Your server? Claim it
local only

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

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

Installs per day peak 79 · avg 28 · -61% w/w
a month agotoday
83
Installs / week
pypi · hubmesh
2
Stars
3 open issues
19 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check hubmesh 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 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.

29 installs/wk local only
Memory Kernel
by artem362

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

122 installs/wk local only
quillrag
by ayush-yadav11

Single-binary local RAG MCP server in Rust. MiniLM compiled in, hybrid search, zero deps.

local only
haiku.rag
by ggozad

Local-first agentic RAG with citations - hybrid search, reranking, multimodal document retrieval

3 086 installs/wk local only
Docs Ask (local docs RAG)
by alyiox

Local RAG MCP for markdown documentation. Retrieval only; host synthesizes answers.

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

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

116 installs/wk local only
A
SmartMemory
by smartmemory

Graph + vector memory for agents: recall, ingest, search, distill. Local or remote backend.

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

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

131 installs/wk 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 83 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 83 times in the last week. Week over week that is -61%. 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.