From 6e7f111c83ad63d87df70a851dbad2bd6311acac Mon Sep 17 00:00:00 2001 From: Andrew Davis <1709934+Savid@users.noreply.github.com> Date: Mon, 12 Jan 2026 14:49:14 +1000 Subject: [PATCH] docs: add Claude Code configuration example Add .mcp.json configuration example with type: sse for Claude Code. --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 |