AI Tool Compatibility
AgileBuilder compatibility with AI tools
Support Overview
AgileBuilder integrates with various AI tools through the MCP protocol. Here's the support status for each tool:
| Tool | MCP Support | Workflow Support | Resource Support | Status |
|---|---|---|---|---|
| Cursor | ✅ Full | ✅ | ✅ | Stable |
| Claude Code | ✅ Full | ✅ | ✅ | Stable |
| Windsurf | ✅ Full | ✅ | ✅ | Stable |
| VS Code Copilot | 🔄 In Development | 🔄 | 🔄 | Coming Soon |
| Gemini | 🔜 Planned | 🔜 | 🔜 | Future Support |
Cursor
Supported Versions
- Latest Cursor version
- MCP feature must be enabled
Configuration
{
"mcp": {
"servers": {
"agilebuilder": {
"url": "http://localhost:3457"
}
}
}
}
Feature Support
- ✅ List templates
- ✅ Get template details
- ✅ Generate projects
- ✅ Query document resources
- ✅ AI workflows
Claude Code
Supported Versions
- Latest Claude CLI
- Claude Desktop (macOS/Windows)
Configuration
Claude Desktop:
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"agilebuilder": {
"url": "http://localhost:3457"
}
}
}
Command Line:
claude code --mcp agilebuilder=http://localhost:3457
Feature Support
- ✅ List templates
- ✅ Get template details
- ✅ Generate projects
- ✅ Query document resources
- ✅ AI workflows
Windsurf
Supported Versions
- Latest Windsurf version
Configuration
Add the MCP server address in Windsurf settings:
http://localhost:3457
Feature Support
- ✅ List templates
- ✅ Get template details
- ✅ Generate projects
- ✅ Query document resources
- ✅ AI workflows
VS Code Copilot
Support Status
VS Code Copilot does not yet officially support the MCP protocol.
We're in touch with the Microsoft team and hope Copilot will support MCP in the future.
Alternatives
Use these approaches in VS Code:
- AgileBuilder Extension (in development)
- VS Code Terminal with CLI
JetBrains IDEs
Support Status
Currently in development, expected in the next release.
Planned Features
- ✅ List templates
- ✅ Get template details
- ✅ Generate projects
- 🔄 Inline AI integration
Feature Comparison
Tool Calling Capabilities
| Feature | Cursor | Claude Code | Windsurf |
|---|---|---|---|
| listTemplates | ✅ | ✅ | ✅ |
| getTemplateInfo | ✅ | ✅ | ✅ |
| generateProject | ✅ | ✅ | ✅ |
| Custom tools | ✅ | ✅ | ✅ |
Resource Access
| Feature | Cursor | Claude Code | Windsurf |
|---|---|---|---|
| Document queries | ✅ | ✅ | ✅ |
| Template preview | ✅ | ✅ | ✅ |
| Real-time updates | ✅ | ✅ | ✅ |
FAQ
Q: Why can't my AI tool connect?
Please check:
- Is the MCP service running?:
agilebuilder mcp status - Is the address configured correctly?
- Is the port in use?
Q: Some tool calls are failing?
Different tools have varying MCP implementations. Refer to each tool's official documentation.
Q: How do I get the latest support information?
Follow AgileBuilder's GitHub and changelog.
Next Steps
- MCP Service Configuration - Configure MCP service
- AI Workflow - Configure AI workflows
- AI Use Cases - Practical examples