Skip to content
Zed

poetry mcp for Zed

io.github.mrfentmen/poetry-mcp

Search poems by title, author, or lines from PoetryDB. No key required.

client:Zed transport:stdio runtime:npm

Install poetry mcp in Zed

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

{
  "context_servers": {
    "poetry-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "poetry-mcp"
      ]
    }
  }
}

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

poetry mcp in other clients