Add Claude Code installation section to README

Quick-start instructions for Claude Code users with the
`claude mcp add` command and manual config file option.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Simen Svale 2025-12-30 02:17:12 +01:00
parent 0e9efa89db
commit 67a38d3d32

View file

@ -58,6 +58,39 @@ npm run build
npm start
```
## Claude Code Installation
The quickest way to get started with Claude Code:
**1. Start VICE with binary monitor:**
```bash
x64sc -binarymonitor -binarymonitoraddress ip4://127.0.0.1:6502
```
**2. Add the MCP server:**
```bash
claude mcp add vice-mcp -- npx github:simen/vice-mcp
```
**3. Restart Claude Code** to load the new MCP server.
That's it! You can now ask Claude Code to debug your C64 programs.
### Manual Configuration
Alternatively, add to `~/.claude/claude_desktop_config.json`:
```json
{
"mcpServers": {
"vice-mcp": {
"command": "npx",
"args": ["github:simen/vice-mcp"]
}
}
}
```
## Configuration
Add to your MCP client configuration (e.g., Claude Desktop, Cursor, or custom agent):