Skip to content
Zed

abell for Zed

io.github.abelljs/abell

AI tools related to Abell. Currently includes MCP of Abell

client:Zed transport:stdio runtime:npm

Install abell in Zed

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

{
  "context_servers": {
    "abell": {
      "command": "npx",
      "args": [
        "-y",
        "abell-ai"
      ]
    }
  }
}

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

abell in other clients