Skip to content
Zed

agent lsp for Zed

io.github.blackwell-systems/agent-lsp

Orchestrates language servers into 65 code-intelligence tools across 31 languages, token-optimized.

client:Zed transport:stdio runtime:npm

Install agent lsp in Zed

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

{
  "context_servers": {
    "agent-lsp": {
      "command": "npx",
      "args": [
        "-y",
        "@blackwell-systems/agent-lsp"
      ]
    }
  }
}

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

agent lsp in other clients