kimi-debug-tunnel

FirenzeClaw/kimi-debug-tunnel
★ 0 stars TypeScript Code/Dev Tools Updated 8d ago
MCP debug tunnel server for Kimi Code CLI — push-based session orchestration via REST API, with HTTP+WebSocket console and intelligent thinking-chain filtering
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "kimi-debug-tunnel": {
      "command": "npx",
      "args": [
        "-y",
        "FirenzeClaw/kimi-debug-tunnel"
      ]
    }
  }
}

README Excerpt

<!-- 修改记录: 2026-07-05 | kimi-code (md-update) | 更新项目结构树:新增 routes/ types.ts kimi-api-transport.ts content-processor.ts ws-handler.ts session-store.ts session-log-reader.ts 2026-07-05 | kimi-code (md-update) | 修正 /api/send 描述:已改为直接调用 WireClient 而非队列 2026-07-05 | kimi-code (refactor) | 架构深化:删除 v1 死代码,引入 TunnelServices DI,拆分 WireClient/HTTP/Session 模块

Tools (7)

chat_with_sessionexecute_promptget_session_infoget_tunnel_statuslist_sessionsread_session_logstream_response