mcpbeat Sign in

Homestead Memory MCP Server

by fuckbigtech-ai Your server? Claim it
local only

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

Tamper-evident record of what your AI agent did, plus local-first verifiable memory.

Installs per day peak 467 · avg 56 · -44% w/w
a month agotoday
529
Installs / week
pypi · homestead-memory
1
Stars
0 open issues
10 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

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

    return subprocess.run([_QMD, *args], capture_output=True, text=True,
Dumps the whole environment src/homestead_memory/core/qmd_runtime.py:49
    env = dict(os.environ if base is None else base)

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

Alternatives to Homestead Memory

same job, measured the same way
Agent Receipts MCP
by dhanushs1912-svg

EU AI Act-ready audit trail: signed, tamper-evident receipts proving what your AI agents did.

46 installs/wk local only
AI Agent Memory
by xiangzi1126

Agent-agnostic persistent memory MCP server. Local-first: memories travel with your project.

87 installs/wk local only
Attestari
by attestari

Auditable memory for AI agents: provable deletion, tamper-evident audit, time-travel recall.

146 installs/wk local only
Plur
by plur-ai

Open, local-first engram memory for AI agents: read, correct, delete; shared over MCP.

1 215 installs/wk local only
Yggdrasil
by vondervuflya

One shared, durable memory for your AI coding agents — local-first, zero-dependency.

341 installs/wk local only
SPM
by spmos

Agent memory that refuses to guess: evidence-gated recall, exact-source reads, verifiable deletion.

answering
Agent Receipts
by webaesbyamin

Ed25519-signed receipts for every AI agent action. Local-first, verifiable, no server required.

66 installs/wk local only
Tilde
by topskychen

Your AI agents' home directory — privacy-first MCP server for portable AI identity.

25 installs/wk local only

Homestead Memory — questions

Answers built from our own checks of this server.

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