Skip to content

CLI

Two commands ship with the jarvis-mcp package: jarvis is the indexer CLI you run yourself; jarvis-server is the MCP stdio server your client launches on your behalf.

CommandWhat it doesReference
jarvis indexIndex a repo for SCIP navigation and Zoekt search/cli/index-cmd/
jarvis listList registered repos with their slugs and statuses/cli/list/
jarvis statusShow a single repo’s index status and freshness/cli/status/
jarvis reindexRebuild an already-registered repo’s index/cli/reindex/
jarvis forgetRemove a repo’s registration and published index/cli/forget/
jarvis watchAuto-reindex on filesystem changes ([watch] extra)/cli/watch/
jarvis-serverThe MCP stdio server your client connects to/cli/jarvis-server/