diff --git a/README.md b/README.md index 41f76295..696ffcc9 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,21 @@ Add to `~/Library/Application Support/Claude/claude_desktop_config.json`: } ``` +## Claude Code + +Add to `.mcp.json` in your project root: + +```json +{ + "mcpServers": { + "xatu": { + "type": "sse", + "url": "http://localhost:2480/sse" + } + } +} +``` + ## Tools & Resources | Tool | Description |