Skip to content
Zed

tactus for Zed

io.github.projectailiberation/tactus

Content-agnostic control layer for intimate hardware; forwards Buttplug/Intiface commands only.

client:Zed transport:stdio runtime:npm

Install tactus in Zed

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

{
  "context_servers": {
    "tactus": {
      "command": "npx",
      "args": [
        "-y",
        "tactus-mcp"
      ]
    }
  }
}

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

tactus in other clients