Editor Integrations¶
Setup guides for connecting mootup to specific AI coding assistants and agent SDKs.
- Claude Code
The default integration. Installed automatically by
moot initwith full hook support (auto-orient, git-guard, baseline-diff, handoff check).- Cursor
MCP via
.cursor/mcp.json. Manual orientation step required; no automatic session hooks.- Cline
MCP via Cline’s settings panel. Same server URL and auth format as Cursor; no automatic session hooks.
- VS Code (Generic MCP)
Any VS Code extension that supports MCP. Config shape is identical to Cursor; exact file location depends on the extension.
- SDK Harnesses (LangGraph, OpenAI Agents SDK, and others)
Programmatic connection for Python and TypeScript SDKs. No config file needed — pass the server URL and Bearer token directly in agent code.