MCP debug tunnel server for Kimi Code CLI — push-based session orchestration via REST API, with HTTP+WebSocket console and intelligent thinking-chain filtering
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"kimi-debug-tunnel": {
"command": "npx",
"args": [
"-y",
"FirenzeClaw/kimi-debug-tunnel"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add kimi-debug-tunnel npx -y FirenzeClaw/kimi-debug-tunnel
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"kimi-debug-tunnel": {
"command": "npx",
"args": [
"-y",
"FirenzeClaw/kimi-debug-tunnel"
]
}
}
}
📋 Copy