aileron

WyattAu/aileron
★ 0 stars Rust 🤖 AI/LLM Updated today
A blazingly fast, keyboard-driven web environment for developers. Native tiling. Lua-configurable. Zero-extension ad-blocking. And an integrated AI MCP server so your LLMs can finally see the web. Built in Rust, powered by Servo.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "aileron": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "aileron"
      ]
    }
  }
}