Back to Apps

RunClaw
by runhio
AI assistant bot bridging Claude Code CLI with Lark/Feishu for team collaboration.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
RunClaw integrates the powerful Claude Code CLI with Feishu (Lark), allowing users to interact with an AI agent via WebSocket long connections in private or group chats with streaming card responses.
Tools
memory_search: Search through the bot's dual-layer memory system (global and daily logs).task_schedule: Create and manage cron-based or one-time scheduled tasks using natural language.session_recovery: Automatically restore previous conversation contexts after idle periods.
Installation
Run the onboard process to configure your Feishu App credentials:
# After bun install
bun run onboard
Then add to your MCP config:
{
"mcpServers": {
"runclaw": {
"command": "bun",
"args": ["run", "src/mcp/server.ts"]
}
}
}
Supported hosts
- claude
Choose your AI client and follow the steps below.
Claude Desktop
Configure via 'bun run onboard' then add the server.ts entry to MCP config.





