Skip to main content
Open your Zed settings and add the server to the mcp section. See Zed MCP docs for more info.
{
  "context_servers": {
    "semoia": {
      "source": "custom",
      "url": "https://beta.trysemoia.com/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY",
        "Origin": "https://beta.trysemoia.com"
      }
    }
  }
}

For common issues, see our Troubleshooting page.