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:

ToolMCP SupportWorkflow SupportResource SupportStatus
Cursor✅ FullStable
Claude Code✅ FullStable
Windsurf✅ FullStable
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

Cursor Integration Example


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

Claude Code Integration Example


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:

  1. AgileBuilder Extension (in development)
  2. 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

FeatureCursorClaude CodeWindsurf
listTemplates
getTemplateInfo
generateProject
Custom tools

Resource Access

FeatureCursorClaude CodeWindsurf
Document queries
Template preview
Real-time updates

FAQ

Q: Why can't my AI tool connect?

Please check:

  1. Is the MCP service running?: agilebuilder mcp status
  2. Is the address configured correctly?
  3. 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