Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

flock mcp

MCP stdio JSON-RPC server exposing stigmergy and harness tools from the shared registry.

Usage

flock mcp

Methods: initialize, tools/list, tools/call. Same registry as flock run --mcp live episodes.

Recipes

List tools (stdio):

echo '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' | flock mcp

Discovery flow:

printf '%s\n' \
  '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}' \
  '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"flock_search_tools","arguments":{"query":"deposit"}}}' \
  | flock mcp

Wire Cursor: see Cursor setup.