mcpbeat Sign in

Mushroomdb MCP Server

by matthewsherlin Your server? Claim it
local only

Mushroomdb runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 18 Sep 2026.

Embedded graph database for agents: declare association rules once, edges maintain themselves.

Installs / week
not published
5
Stars
0 open issues
18 Sep 2026
Last commit
from GitHub
License
Rust

What the code does

We read the source, 19 h 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.

Runs an external command dogfood/scale_run.py:161
        out = subprocess.check_output(
Builds a file path from a variable packaging/npm/install.js:104, ui/vite.config.ts:38
  const tarPath = path.join(tmp, asset);
Runs an external command packaging/npm/bin/mushroomdb.js:48
const result = spawnSync(bin, process.argv.slice(2), { stdio: "inherit" });
Secret passed into the image build Dockerfile:27
# Non-loopback bind requires a token. Set at run:
#   docker run -e MUSHROOMDB_TOKEN=… -p 8080:8080 …
ENV MUSHROOMDB_TOKEN=""

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

Alternatives to Mushroomdb

same job, measured the same way
Engrava
by sovantica

Tamper-evident audit, MindQL, and Action Records — embedded memory database for AI agents.

151 installs/wk local only
Rpgmaker Mz MCP
by redseb

MCP server for RPG Maker MZ: maps, tile painting, events, database editing, and validation.

92 installs/wk local only
Agent Memory MCP
by xultrax-web

Markdown memory for AI agents. Files you can read, edit, grep, and commit. Not a database.

113 installs/wk local only
Conarium
by dogrucanemek-alt

Governed database access for AI assistants: masking, signed receipts, coverage reconciliation.

543 installs/wk local only
Memwright
by bolnet

Embedded memory for AI agents with SQLite, pgvector, and Neo4j graph search.

108 installs/wk local only
Airtable
by airtable

Official Airtable MCP server — database and operations layer for agents.

answering
Aifp
by aryanduntley

Database-driven FP enforcement and project management for AI-maintained codebases

7 installs/wk local only
DB2TOON MCP
by kamil5b

Read-only SQL database and plain-text SQL dump schema extraction to compact TOON for MCP clients.

local only

Mushroomdb — questions

Answers built from our own checks of this server.

Why is there no uptime for Mushroomdb?
Mushroomdb runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Mushroomdb open source?
We cannot say either way: written in Rust and 5 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.