Where Twira runs
Verified in the agents we use every day.
Twira is a CLI plus a tool surface your AI coding agent calls. We use it ourselves in Claude Code, Codex, and Gemini CLI; other agents work too, with one important caveat below on the AI-traffic redaction Gateway. Our editor of choice is VS Code.
Verified.
These are the agents we use ourselves, every working day, on real codebases. If something breaks here it's our top priority.
Claude Code (CLI)
Anthropic's terminal coding agent. Twira registers as a tool server in the agent's config; tools appear under mcp__Twira__*.
Codex CLI
OpenAI's terminal coding agent. Same tool surface as Claude Code.
Gemini CLI
Google's terminal coding agent. Same tool surface as Claude Code.
Should work.
Any agent that calls tools over the same protocol can use Twira. The ones below advertise support and we've seen them work in passing, but we haven't put them through a structured test pass. If you depend on one, tell us and we'll move it into Verified.
Cursor
AI-native editor. Tool surface works; redaction Gateway does NOT, see the caveat below.
Cline
Autonomous coding agent for VS Code. Configure Twira under Cline → Settings → MCP Servers.
Continue
Open-source AI code assistant for VS Code and JetBrains. Support is in active development.
Aider
Terminal pair-programmer. Configure Twira via the Aider config file.
Zed
High-performance editor. Add Twira from Zed's assistant panel.
Windsurf
Codeium's agentic editor. Tool surface works; redaction Gateway does NOT, same reason as Cursor.
Roo Code
VS Code fork focused on agent workflows. Inherits the same tool surface.
Heads-up on the redaction Gateway.
The Gateway, our AI-traffic redaction proxy, only works in agents that make their AI API calls directly from your machine. That covers Claude Code, Codex and Gemini CLI when configured with direct API keys or OAuth (tested in VS Code). It does NOT work in Cursor or Windsurf because those agents route every prompt through their own backend, so there is nothing local for the proxy to redact. If keeping PII and secrets out of AI prompts is the reason you need Twira, that constrains your editor choice and you should know up front.
Tell us where you need it.
If you are using an editor, agent, or workflow that is not on either list and you want Twira to work there, send us a note. We use this directly to decide what we test and build next. Every reply comes from a human.
Tell us your environment →