Skip to content
Zed

phylokit-mcp for Zed

io.github.musharna/phylokit-mcp

Phylogenetic inference via IQ-TREE 2 — never returns a topology without its support

client:Zed transport:stdio runtime:pypi

Install phylokit-mcp 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": {
    "phylokit-mcp": {
      "command": "uvx",
      "args": [
        "phylokit-mcp"
      ],
      "env": {
        "OMP_NUM_THREADS": "<OMP_NUM_THREADS>",
        "MKL_NUM_THREADS": "<MKL_NUM_THREADS>"
      }
    }
  }
}

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

phylokit-mcp in other clients