sikong

lidessen/sikong
★ 0 stars TypeScript Code/Dev Tools Updated today
Unified executor over Claude Agent SDK, Codex app-server, Cursor Agent SDK, and Vercel AI SDK. One call = one full agent loop, with skills, MCP, tools, and cross-backend lifecycle hooks + steering.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sikong": {
      "command": "npx",
      "args": [
        "-y",
        "lidessen/sikong"
      ]
    }
  }
}

README Excerpt

Sikong is a **Rust-based** recursive agent engine for self-improving autonomous task execution. The Rust implementation in `src/` is the active mainline; an older Go/Bun workspace/client track remains in the repository as pre-cleanup reference material. The Rust crate (`Cargo.toml` → `src/`) provides: