Recipes
Short, copy-pasteable integrations for wiring sverklo as an MCP server into specific agent stacks. One file, one shell command, one verifiable behaviour.
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.
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.
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.