Skip to content
VS Code

abell for VS Code

io.github.abelljs/abell

AI tools related to Abell. Currently includes MCP of Abell

client:VS Code transport:stdio runtime:npm

Install abell in VS Code

.vscode/mcp.json

{
  "servers": {
    "abell": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "abell-ai"
      ]
    }
  }
}

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

abell in other clients