Back to Browse

Curate Ipsum MCP Server

Developer ToolsModerate6.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

Code synthesis through belief revision, mutation testing, and verification

About

Code synthesis through belief revision, mutation testing, and verification

Security Report

6.8
Moderate6.8Moderate Risk

Valid MCP server (1 strong, 3 medium validity signals). 4 known CVEs in dependencies (0 critical, 3 high severity) Package registry verified. Imported from the Official MCP Registry. Trust signals: trusted author (4/6 approved).

4 files analyzed · 5 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

env_vars

Check that this permission is expected for this type of plugin.

database

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Graph store backend: 'sqlite' (default) or 'kuzu'Optional

Environment variable: CURATE_IPSUM_GRAPH_BACKEND

Directory for persistent data (default: .mutation_tool_data)Optional

Environment variable: MUTATION_TOOL_DATA_DIR

Log level: DEBUG, INFO, WARNING, ERROR (default: INFO)Optional

Environment variable: MUTATION_TOOL_LOG_LEVEL

ChromaDB server host for Docker mode (default: use ephemeral in-process)Optional

Environment variable: CHROMA_HOST

sentence-transformers model name (default: all-MiniLM-L6-v2)Optional

Environment variable: EMBEDDING_MODEL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-egoughnour-curate-ipsum": {
      "env": {
        "CHROMA_HOST": "your-chroma-host-here",
        "EMBEDDING_MODEL": "your-embedding-model-here",
        "MUTATION_TOOL_DATA_DIR": "your-mutation-tool-data-dir-here",
        "MUTATION_TOOL_LOG_LEVEL": "your-mutation-tool-log-level-here",
        "CURATE_IPSUM_GRAPH_BACKEND": "your-curate-ipsum-graph-backend-here"
      },
      "args": [
        "curate-ipsum"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!