Skip to content

Olostep MCP Server for Zed

io.github.olostep/olostep-mcp-server

Search, scrape, and crawl the web for AI agents. Batch scraping and answers with citations.

client:Zed transport:stdio runtime:npm

Install Olostep MCP Server in Zed

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

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

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

Olostep MCP Server in other clients