claude-code.md

Claude Code

UI App
from"Anthropic"

Claude Code programming assistant with MCP support for developer workflows

Developer Tools
Claude CodeassistantMCPcoding
install.sh
# Clone the repository
$git clone https://github.com/Anthropic/claude-code
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve