From 67a38d3d325c12ee69e8f5f31afee05b3949b7ae Mon Sep 17 00:00:00 2001 From: Simen Svale Date: Tue, 30 Dec 2025 02:17:12 +0100 Subject: [PATCH] Add Claude Code installation section to README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- README.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/README.md b/README.md index fdb4837..edc189b 100644 --- a/README.md +++ b/README.md @@ -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):