Loading subscription status...
{
"mcpServers": [
{
"claude-code-server": {
"env": {
"LOG_LEVEL": "info",
"CLAUDE_BIN": "/path/to/your/claude/executable"
},
"args": [
"-y",
"@kunihiros/claude-code-mcp"
],
"command": "npx"
}
}
]
}