Recipes

Short, copy-pasteable integrations for wiring sverklo as an MCP server into specific agent stacks. One command, one trust boundary, one verifiable behavior.

codex-cli →

Proof-first setup for OpenAI Codex CLI. Run the no-write receipt, preview ~/.codex/config.toml, then verify with sverklo doctor --agent codex.

2026-06-05 · codex cli · mcp · no-write proof

custom-mcp-client →

The most general recipe: wire sverklo into any MCP-compatible agent stack. ~35 lines of TypeScript using the official @modelcontextprotocol/sdk. Covers stdio framing, cold-start amortization, repo path resolution, and the gotchas custom-client integrations actually hit.

2026-05-06 · typescript · @modelcontextprotocol/sdk · any agent

cursor-sdk →

Wire sverklo as an MCP server inside a programmatic Cursor SDK agent. 30 lines of TypeScript. The agent gets sverklo's 37 tools alongside Cursor's built-in semSearch.

2026-05-02 · typescript · cursor sdk

More recipes for Claude Code subagents, Windsurf, and Zed are in the queue. Open an issue at github.com/sverklo/sverklo/issues with the integration you need next.