mcpbeat Sign in

Mneme Decision MCP Server

local only

Mneme Decision MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 17 Sep 2026.

Local MCP server for architectural decisions, traceability, and non-authoritative proposals.

Installs / week
pypi · mneme-hq
21
Stars
29 open issues
17 Sep 2026
Last commit
no recent releases
MIT
License
Python

What the code does

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

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

Alternatives to Mneme Decision MCP

same job, measured the same way
I
agentrace
by ura-tools

Structured observability for AI agents. Trace steps, decisions, and errors. MCP server + CLI viewer.

29 installs/wk local only
Langfuse
by pulsemcp

MCP server for Langfuse LLM observability — trace and observation analysis.

61 installs/wk local only
MCP Observability Server
by gagandeeppra

MCP server for querying logs from observability platforms with unified search and tracing

76 installs/wk local only
Playwright Trace Decoder MCP
by vola-trebla

MCP server for unpacking and analyzing Playwright trace.zip archives

49 installs/wk local only
Auth0 MCP Server
by auth0

Auth0 MCP Server: Manage Auth0 applications, APIs, actions, logs, and forms using natural language

6 194 installs/wk local only
MCP Victoriatraces
by victoriametrics-community

MCP Server for VictoriaTraces. Provides integration with VictoriaTraces API and documentation

local only
Google Business Profile MCP
by a1-x-tech

MCP server for Google Business Profile: locations, reviews, local posts and performance metrics.

131 installs/wk local only
I
Mcpsentry
by roshan6335

Security scanner and runtime proxy for MCP servers.

59 installs/wk local only

Mneme Decision MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Mneme Decision MCP?
Mneme Decision MCP 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 mneme-hq.
How do I connect Mneme Decision MCP?
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 mneme-hq straight from pypi; nothing to host, nothing to sign up for.
Is Mneme Decision MCP open source?
Yes — it is published under the MIT licence, written in Python, 21 stars on GitHub and 29 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.