Editor • 3 min • Streamable HTTP

Connect Zedto the live web.

Zed exposes MCP servers as 'context servers' that the assistant can call. Add NeuroAPI and the assistant can ground its answers in fresh web data.

Config location
~/.config/zed/settings.json

Setup in 3 min

  1. 1
    Open settings

    cmd-, on macOS opens settings.json.

  2. 2
    Add a context_servers entry

    Use the snippet below — Zed reloads context servers on save.

  3. 3
    Mention @neuroapi

    In the assistant panel, mention @neuroapi to attach its tools to your turn.

settings.json
json
{
  "context_servers": {
    "neuroapi": {
      "command": null,
      "url": "https://neuroapi.me/api/nk_live_YOUR_KEY/mcp"
    }
  }
}

First prompts to try

@neuroapi scrape https://github.com/zed-industries/zed and summarize the project structure.

More clients

Ship an agent that sees the web

100 free credits, no card. Your MCP URL is ready the moment you sign up.