Sailop runs as a server inside the agent. Tools available every turn.
Anthropic's terminal-based agent. Native MCP, agent-mode. Best Sailop experience.
Claude Max ≥ $20/mo// .mcp.json
{
"mcpServers": {
"sailop": { "command": "npx", "args": ["-y", "sailop", "start:mcp"] }
}
}
/sailop is available in every Claude Code session. Generates structurally-varied code; scans before commit.
Most polished agentic IDE. MCP-first, multi-file edits.
$20/mo// .cursor/mcp.json (project-scoped) or ~/.cursor/mcp.json (global)
{
"mcpServers": {
"sailop": { "command": "npx", "args": ["-y", "sailop", "start:mcp"] }
}
}
Sailop tools appear in Cursor's @-mentions. Agent loads 200+ rules + design system before any UI code.
Codeium's agentic IDE. Best value at $15/mo. MCP-supported in 2026.
$15/mo// ~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"sailop": { "command": "npx", "args": ["-y", "sailop", "start:mcp"] }
}
}
Same MCP config as Cursor. Cascade agent picks up Sailop rules automatically.
OpenAI's 2026 agentic engineer. MCP-compatible.
ChatGPT Plus / Team// codex.config.json
{
"mcp": {
"sailop": { "command": "npx sailop start:mcp" }
}
}
Sailop runs as a sidecar process; Codex calls the scan/generate tools per turn.
Google's CLI agent with free tier (1k requests/day). MCP-aware.
Free tier · paid from $5/mo// ~/.gemini/settings.json
{
"mcpServers": {
"sailop": { "command": "npx -y sailop start:mcp" }
}
}
Cheapest entry to Sailop integration. Works for solo devs on free tier.
Open-source AI coding agent for VS Code + JetBrains. MCP-first.
Free (BYO API key)// ~/.continue/config.yaml
mcpServers:
- name: sailop
command: npx
args: ["-y", "sailop", "start:mcp"]
Best for self-hosted setups. Continue runs your own model + Sailop locally.
Terminal pair-programmer. Branch-aware, MCP-compatible.
Free (BYO API key)# .aider.conf.yml
mcp-servers:
sailop: "npx -y sailop start:mcp"
Sailop tools available alongside Aider's git-aware editing.
AWS's spec-driven AI IDE (2026). MCP-native.
// kiro.config.json — same MCP block as Claude Code
Spec-first workflow + Sailop's anti-slop rules = brand-coherent UI from spec.
Antigravity
Google's 2026 agentic coding platform. MCP-native.
// antigravity.json
{ "mcp": { "sailop": "npx sailop start:mcp" } }
Same MCP integration as other 2026 agents.