Complete list of all tools, IDEs, and extensions that support Corbat MCP.
IDE/Editor
Status
Documentation
Cursor
✅ Tested
Setup
VS Code
✅ Tested
Setup
Windsurf
✅ Tested
Setup
JetBrains IDEs
✅ Tested
Setup
Zed Editor
✅ Tested
Setup
Eclipse
✅ Tested
Setup
Neovim
✅ Tested
Setup
Theia IDE
✅ Tested
v1.57+
Replit
✅ Tested
Setup
JetBrains IDEs includes: IntelliJ IDEA, PyCharm, WebStorm, Android Studio, GoLand, Rider, PhpStorm, RubyMine, CLion, DataGrip
Extension
Compatible IDEs
Status
GitHub Copilot
VS Code, JetBrains, Eclipse, Xcode, Neovim
✅ Tested
Continue
VS Code, JetBrains
✅ Tested
Cline
VS Code
✅ Tested
Sourcegraph Cody
VS Code, JetBrains
✅ Tested
Tabnine
VS Code, JetBrains, Neovim
✅ Tested
Amazon Q
VS Code, JetBrains
✅ Tested
Google Gemini Code Assist
VS Code, JetBrains
✅ Tested
Refact.ai
VS Code, JetBrains
✅ Tested
Codium AI (Qodo)
VS Code, JetBrains
✅ Tested
Tool
Status
Notes
Claude Desktop
✅ Tested
Desktop Extensions support
Claude Code (CLI)
✅ Tested
Official Anthropic CLI
ChatGPT
✅ Tested
Developer Mode (remote servers only)
Devin
✅ Tested
MCP Marketplace integrated
OpenHands
✅ Tested
Open source agent (formerly OpenDevin)
SWE-agent
✅ Tested
Active development
Sweep
✅ Tested
MCP servers integrated
Aider
⚠️ Partial
Community servers available
Platform
Status
Notes
Lovable
✅ Tested
Personal connectors
Replit Ghostwriter
✅ Tested
MCP integrated
Vercel v0
⚠️ Partial
Context only, not generated code
Bolt.new
🔜 Planned
Roadmap summer 2026
Category
Tested
Total
IDEs & Editors
9
9
AI Extensions
9
9
AI Agents & Apps
7
8
Web Platforms
2
4
Total
27
30
Corbat MCP uses the standard Model Context Protocol , which means it's compatible with any tool that supports MCP .
If your tool supports MCP but isn't listed here, it should work. The basic configuration is:
{
"mcpServers" : {
"corbat" : {
"command" : " npx" ,
"args" : [" -y" , " @corbat-tech/coding-standards-mcp" ]
}
}
}
Official Documentation Links
Back to README · Setup Guide · Full Documentation