Quick MCP integration with AI coding agents
Connect Bito's AI Architect to your AI coding tools (Cursor, Claude Code, Windsurf, etc.) in seconds with our automated installer
Prerequisites
Before running the installer, have these ready:
Set up AI Architect — AI Architect can be set up using one of the following deployment options:
Bito-hosted (Fully managed by Bito — no infrastructure setup required)
Self-hosted (Run AI Architect on your own infrastructure for maximum control)
Your Bito Workspace ID or full Bito MCP URL
You can find your Bito MCP URL on the AI Architect settings > MCP settings page.
You can find your Bito Workspace ID on the Workspace settings page.
Your Bito MCP Access Token — optional. If omitted, the installer configures the MCP client to complete SSO/OAuth against the server on first use. Most modern IDE MCP clients (Claude Code, Cursor, Windsurf, VS Code, Junie, JetBrains via
mcp-remote) support this. Bito MCP advertises OAuth 2.1 discovery (PKCE, Dynamic Client Registration) athttps://mcp.bito.ai/{workspace}/.well-known/oauth-authorization-server.
Your email ID (for tracking/identification)
At least one supported tool installed:
Claude Code
Cursor
Windsurf
VS Code (GitHub Copilot)
GitHub Copilot CLI
Junie
Google Antigravity (IDE + agy CLI)
JetBrains AI Assistant
OpenAI Codex CLI
Installation guide
Our automated installer will prompt you for credentials and automatically configure all supported AI tools available on your system.
macOS / Linux
Open your terminal and run:
Windows
Run in PowerShell (not Command Prompt).
1. One-time PowerShell setup (first time only):
By default, PowerShell blocks scripts from running. Run this once to allow signed scripts to execute:
Per-user, no admin required.
2. Run the installer:
The script will prompt you for credentials and automatically configure all detected IDEs.
What happens next
The installer downloads the necessary files and checks for compatible tools
You'll be prompted to enter your credentials
Refer to the Prerequisites section for more details.
Automatic configuration - All detected tools are configured
Agent skills installed - Agent skills are downloaded and installed for your configured tools
Guidelines configured - Bito's AI Architect guidelines file is automatically configured globally on Claude Code and Windsurf. To apply guidelines at the project level, see the Add guidelines section below.
Confirmation - You'll see which tools were successfully set up
After installation
Verify AI architect connection
Check that AI Architect appears in your tool's MCP server list:
Claude Code: Run
claude mcp listGitHub Copilot CLI: Run
copilot mcp list(or/mcpin a copilot session)OpenAI Codex CLI: Run
codex mcp list(or/mcpin a codex session)Cursor: Settings → MCP → Check server list
Windsurf: Settings → Cascade → MCP Servers
VS Code: Copilot Chat → Tools icon
Junie: Settings → Tools → Junie → MCP Settings
Antigravity (IDE + agy CLI): Click "..." menu > MCP Servers > View raw config, or run
/mcpin agyJetBrains AI Assistant: Settings → Tools → AI Assistant → Model Context Protocol
Add guidelines (optional but highly recommended)
The BitoAIArchitectGuidelines.md file contains best practices, usage instructions, and prompting guidelines for the Bito's AI Architect MCP server. Adding it to your project helps your AI coding agent interact with Bito's AI Architect more effectively and get better results out of every query.
If you are on Claude Code or Windsurf, the installer automatically adds the guidelines file globally, covering all your projects. If you'd also like to apply guidelines at the project level for a specific project, run the relevant command below inside that project directory.
If you are on Cursor, VS Code (GitHub Copilot), Junie, or JetBrains AI Assistant, guidelines are not configured automatically by the installer. Run the relevant command below manually inside each project directory where you want the guidelines to apply. This is a per-project step, so repeat it whenever you start working in a new project.
To add Bito's AI Architect guidelines to your project, run the following commands based on your coding agent:
Claude Code:
Cursor:
Windsurf:
VS Code (GitHub Copilot):
Junie:
JetBrains AI Assistant:
Run a test query
Open a chat or conversation in your AI tool and try a test query to confirm AI Architect is working:
"What repositories are available in my organization?""Show me all Python repositories""List the available tools""What are the dependencies of [repo-name]?""Find all microservices using Redis""Show me repository clusters in our organization""Plan a new feature for [component]"(uses bito-feature-plan skill)
"Write a PRD for [feature]"(uses bito-prd skill)
"Help me triage this production issue"(uses bito-production-triage skill)
If you receive accurate responses about your codebase, the setup is complete!
Uninstalling
To remove Bito AI Architect from all tools:
macOS / Linux
Open your terminal and run:
Windows
Run in PowerShell (not Command Prompt).
If you haven't already done so during install, run this once to allow signed scripts:
After that run the following command:
Need manual setup?
If you prefer to configure tools individually or need to set up web-based tools (Claude.ai, ChatGPT), refer to our detailed integration guides:
Troubleshooting
Installer issues
"Command not found" or similar errors:
Verify you're using the correct shell (bash for macOS/Linux, PowerShell for Windows)
Check your internet connection
Try running the command again
No tools detected:
Ensure your AI tools are installed before running the installer
The installer only configures tools it can detect on your system
You can run the installer again after installing new tools
Connection issues
Verify Bito MCP URL and Bito MCP Access Token are correct.
Test endpoint with MCP protocol:
Server not appearing after install:
Completely restart your AI tool (don't just reload)
Verify your credentials were entered correctly
Check that you have the minimum required versions (see below)
Minimum requirements
Some tools require specific versions:
Node.js 20.18.1+ for Claude Desktop, VS Code, and JetBrains
VS Code 1.99+ with Agent Mode enabled
JetBrains 2025.1+ with AI Assistant plugin 251.26094.80.5+
Check Node.js version:
If you need to install or update Node.js, visit nodejs.org
Skills not appearing
If skills are not visible in your IDE after installation:
Verify files exist:
ls ~/.claude/skills/bito-*/SKILL.md(Claude) orls ~/.cursor/rules/bito-*.mdc(Cursor)Restart your IDE completely
Check that
jqis installed (required for manifest parsing):jq --versionRe-run the install script — skills installation is idempotent
Hooks not working
If hooks are not triggering:
Verify your IDE version supports hooks (Cursor hooks are in beta, VS Code hooks are preview)
Check that the hook configuration wasn't overwritten by another tool
Re-run the install script to restore hook configuration
Last updated

