Skip to content
VS Code

agent lsp for VS Code

io.github.blackwell-systems/agent-lsp

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

client:VS Code transport:stdio runtime:npm

Install agent lsp in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

agent lsp in other clients