Odel
abell

abell

Local
@abelljs442TypeScriptMITUpdated 6mo ago

AI tools related to Abell. Currently includes MCP of Abell

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmabell-aiv0.0.9

Run

npx -y abell-ai

MCP client config

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