From ab35ffcf20105411cc8bb26aaae6dfe692f23166 Mon Sep 17 00:00:00 2001 From: Markus Graf Date: Sun, 26 Apr 2026 11:24:16 +0200 Subject: [PATCH] Add Claude Code configuration to README --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 0090851..479e61d 100644 --- a/README.md +++ b/README.md @@ -108,24 +108,25 @@ pi Pi will auto-discover and register the available tools (`chat`, `list_groups`). -### Generic MCP Client +### Integration in Claude Code -Any MCP client can connect. Example configuration: +Claude Code supports the Model Context Protocol natively. You can add the NanoClaw MCP server in your configuration: ```json { - "mcpServers": { - "nanoclaw": { - "type": "streamable-http", - "url": "http://localhost:3002/mcp", - "headers": { - "Authorization": "Bearer " - } + "carson": { + "type": "http", + "url": "http://localhost:3002/mcp", + "headers": { + "Authorization": "Bearer YOUR_TOKEN" } } } ``` +*Note: Replace `YOUR_TOKEN` with your actual MCP token.* + + --- ## Available MCP Tools