Skip to content
Zed

metalift for Zed

io.github.metalift-ai/metalift

Metalift MCP for AI agents: web search (2 credits), scrape, crawl, and map tools

client:Zed transport:stdio runtime:npm

Install metalift 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": {
    "metalift": {
      "command": "npx",
      "args": [
        "-y",
        "@metalift/mcp"
      ],
      "env": {
        "METALIFT_API_URL": "<METALIFT_API_URL>",
        "METALIFT_API_KEY": "<METALIFT_API_KEY>"
      }
    }
  }
}

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

metalift in other clients