Guide for Claude Code
Integrate Claude Code with AI Architect for more accurate, codebase-aware AI assistance.
Use Bito's AI Architect with Claude Code to enhance your AI-powered coding experience.
Once connected via MCP (Model Context Protocol), Claude Code can leverage AI Architect’s deep contextual understanding of your project, enabling more accurate code suggestions, explanations, and code insights.
Quick setup (recommended)
Want to get started faster? We offer an automated installer that can configure AI Architect for all your AI coding tools in just a few seconds.
The automated setup will:
Detect all compatible AI tools installed on your system
Configure them automatically with your credentials
Save you time by eliminating manual configuration steps
👉 Try our Quick MCP Integration Guide for automated setup.
Manual setup
If you prefer manual configuration, follow the step-by-step instructions below.
Prerequisites
Follow the AI Architect installation instructions. Upon successful setup, you will receive a Bito MCP URL and Bito MCP Access Token that you need to enter in your coding agent.
Download BitoAIArchitectGuidelines.md file. You will need to copy/paste the content from this file later when configuring AI Architect.
Note: This file contains best practices, usage instructions, and prompting guidelines for the Bito AI Architect MCP server. The setup will work without this file, but including it helps AI tools interact more effectively with the Bito AI Architect MCP server.
Set up AI Architect
Claude Code has the same setup process across all platforms (Windows, macOS, Linux, WSL) using the command line.
Claude Code uses CLI-based configuration, NOT manual JSON editing.
Add Bito AI Architect MCP server
Use the claude mcp add command with the correct parameter order:
Note:
Replace
<Your-Bito-MCP-URL>with the Bito MCP URL you received after completing the AI Architect setup.For the Bito-hosted AI Architect, use the following URL format:
https://mcp.bito.ai/<Your-Bito-Workspace-ID>/mcpReplace
<Your-Bito-Workspace-ID>with your actual Bito workspace ID, which you can find after logging into your Bito account at alpha.bito.ai
Replace
<Your-Bito-MCP-Access-Token>with the Bito MCP Access Token you received after completing the AI Architect setup.Replace
<Your-Email>with your actual email address.
Important: The server name and URL must come BEFORE the --header option.
Scope options:
--scope user: Available in all your projects (recommended)--scope project: Only in current project (stored in.mcp.json)--scope local: Only in current directory (default)
Add guidelines (optional but highly recommended)
The BitoAIArchitectGuidelines.md file contains best practices, usage instructions, and prompting guidelines for the Bito AI Architect MCP server.
The setup will work without this file, but including it helps AI tools interact more effectively with the Bito AI Architect MCP server.
You can either create:
Global guidelines - Apply across all your projects. Best for teams or developers who want consistent standards everywhere.
Project-specific guidelines - Apply to a single project only.
Choose one of the following based on your preference:
Option A: Global guidelines
Create .claude directory if it doesn't exist:
Create or edit CLAUDE.md:
Copy the contents of your BitoAIArchitectGuidelines.md file into this file, then save.
Option B: Project-specific guidelines
Run this command in your project directory:
Or run these commands:
Copy the contents of your BitoAIArchitectGuidelines.md file into this file, then save.
Windows-specific notes
Windows (Native - Command Prompt/PowerShell):
MCP servers using
npxrequire thecmd /cwrapper:
Windows (WSL):
Configuration is stored in Linux file system
No need for
cmd /cwrapperUse standard Linux paths (
~/.claude/)
Configuration file locations
Windows
%USERPROFILE%\.claude\claude.json
%USERPROFILE%\.claude\settings.json
%USERPROFILE%\.claude\CLAUDE.md
macOS
~/.claude/claude.json
~/.claude/settings.json
~/.claude/CLAUDE.md
Linux
~/.claude/claude.json
~/.claude/settings.json
~/.claude/CLAUDE.md
WSL
~/.claude/claude.json
~/.claude/settings.json
~/.claude/CLAUDE.md
IMPORTANT:
✅ These files are managed automatically by
claude mcpcommands❌ Do NOT manually create
~/.claude/mcp.json(this file doesn't exist)❌ Do NOT manually edit
~/.claude/claude.json(use CLI commands instead)
Common Claude Code MCP commands
Troubleshooting Claude Code
Server not appearing:
Note:
Replace
<Your-Bito-MCP-URL>with the Bito MCP URL you received after completing the AI Architect setup.For the Bito-hosted AI Architect, use the following URL format:
https://mcp.bito.ai/<Your-Bito-Workspace-ID>/mcpReplace
<Your-Bito-Workspace-ID>with your actual Bito workspace ID, which you can find after logging into your Bito account at alpha.bito.ai
Replace
<Your-Bito-MCP-Access-Token>with the Bito MCP Access Token you received after completing the AI Architect setup.Replace
<Your-Email>with your actual email address.
Connection issues:
Note:
Replace
<Your-Bito-MCP-URL>with the Bito MCP URL you received after completing the AI Architect setup.For the Bito-hosted AI Architect, use the following URL format:
https://mcp.bito.ai/<Your-Bito-Workspace-ID>/mcpReplace
<Your-Bito-Workspace-ID>with your actual Bito workspace ID, which you can find after logging into your Bito account at alpha.bito.ai
Replace
<Your-Bito-MCP-Access-Token>with the Bito MCP Access Token you received after completing the AI Architect setup.
Permission issues (macOS/Linux):
Last updated

