Skip to content
Zed

Curate-Ipsum for Zed

io.github.egoughnour/curate-ipsum

Code synthesis through belief revision, mutation testing, and verification

client:Zed transport:stdio runtime:pypi

Install Curate-Ipsum in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "curate-ipsum": {
      "command": "uvx",
      "args": [
        "curate-ipsum"
      ],
      "env": {
        "CURATE_IPSUM_GRAPH_BACKEND": "<CURATE_IPSUM_GRAPH_BACKEND>",
        "MUTATION_TOOL_DATA_DIR": "<MUTATION_TOOL_DATA_DIR>",
        "MUTATION_TOOL_LOG_LEVEL": "<MUTATION_TOOL_LOG_LEVEL>",
        "CHROMA_HOST": "<CHROMA_HOST>",
        "EMBEDDING_MODEL": "<EMBEDDING_MODEL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Curate-Ipsum in other clients