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.
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 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:
mkdir -p ~/.claudeCreate or edit CLAUDE.md:
nano ~/.claude/CLAUDE.mdCopy the contents of your BitoAIArchitectGuidelines.md file into this file, then save.
Option B: Project-specific guidelines
Run this command in your project directory:
nano CLAUDE.mdOr run these commands:
mkdir -p .claudenano .claude/CLAUDE.mdCopy 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
Common Claude Code MCP commands
Troubleshooting Claude Code
Server not appearing:
Connection issues:
Permission issues (macOS/Linux):
Last updated

