Skip to content
Zed

mcpify for Zed

io.github.furkan708/mcpify

Focused, production-ready CLI: turn any OpenAPI REST API into an MCP server.

client:Zed transport:stdio runtime:pypi

Install mcpify in Zed

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

{
  "context_servers": {
    "mcpify": {
      "command": "uvx",
      "args": [
        "mcpify-openapi"
      ]
    }
  }
}

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

mcpify in other clients