mcpbeat Sign in

Curate-Ipsum MCP Server

local only

Curate-Ipsum runs on your own machine — the client starts it, so there is no endpoint to ping. 166 installs a week from pypi. Last commit 11 Feb 2026.

Code synthesis through belief revision, mutation testing, and verification

Installs per day peak 85 · avg 21 · +55% w/w
a month agotoday
166
Installs / week
pypi · curate-ipsum
0
Stars
0 open issues
11 Feb 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

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

            exec(code_obj, namespace)  # noqa: S102
        result = subprocess.run(cmd, capture_output=True, text=True, timeout=30)

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

This one needs environment variables set before it will start: CURATE_IPSUM_GRAPH_BACKEND (Graph store backend: 'sqlite' (default) or 'kuzu'), MUTATION_TOOL_DATA_DIR (Directory for persistent data (default: .mutation_tool_data)), MUTATION_TOOL_LOG_LEVEL (Log level: DEBUG, INFO, WARNING, ERROR (default: INFO)), CHROMA_HOST (ChromaDB server host for Docker mode (default: use ephemeral in-process)), EMBEDDING_MODEL (sentence-transformers model name (default: all-MiniLM-L6-v2)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Curate-Ipsum

same job, measured the same way
Sms Verify
by jojapi

SMS Verify: SMS Verify API is a secure and easy-to-integrate service that sends verification codes.

2 tools answering
Sv Number
by sv-number

Phone numbers for AI agents: order a private number, read the SMS verification code, hand it back.

29 installs/wk local only
Bounceprotect
by fahassan00

Email validation and SMTP verification for Claude Desktop, Cursor, and Claude Code.

75 installs/wk local only
Bounceprotect
by bounceprotect-www

Email validation and SMTP verification for Claude Desktop, Cursor, and Claude Code.

local only
Maine Code
by pipeworx-io

Maine Revised Statutes — state statutes by citation.

answering
Multi-MCP
by religa

Multi-model AI orchestration MCP server with code review, compare, and debate tools.

64 installs/wk local only
Arizona Code
by pipeworx-io

Arizona Revised Statutes — state statutes by citation.

answering
CodeCrafted Design
by co-codecrafted

Guide user-led frontend design decisions from project brief through implementation review.

answering

Curate-Ipsum — questions

Answers built from our own checks of this server.

Why is there no uptime for Curate-Ipsum?
Curate-Ipsum 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 curate-ipsum was installed 166 times last week.
How do I connect Curate-Ipsum?
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 curate-ipsum straight from pypi; nothing to host, nothing to sign up for.
How many people use Curate-Ipsum?
The pypi package curate-ipsum was installed 166 times in the last week. Week over week that is +55%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Curate-Ipsum open source?
Yes — it is published under the MIT licence, written in Python and 0 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.