Add Claude Code configuration to README
This commit is contained in:
@@ -108,24 +108,25 @@ pi
|
|||||||
|
|
||||||
Pi will auto-discover and register the available tools (`chat`, `list_groups`).
|
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
|
```json
|
||||||
{
|
{
|
||||||
"mcpServers": {
|
"carson": {
|
||||||
"nanoclaw": {
|
"type": "http",
|
||||||
"type": "streamable-http",
|
|
||||||
"url": "http://localhost:3002/mcp",
|
"url": "http://localhost:3002/mcp",
|
||||||
"headers": {
|
"headers": {
|
||||||
"Authorization": "Bearer <MCP_API_KEY>"
|
"Authorization": "Bearer YOUR_TOKEN"
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
*Note: Replace `YOUR_TOKEN` with your actual MCP token.*
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Available MCP Tools
|
## Available MCP Tools
|
||||||
|
|||||||
Reference in New Issue
Block a user