Documentation
Everything you need to get started with srk9
Installation
Install via Claude Code
claude mcp add srk9 ~/.local/bin/srk9-mcp This registers the srk9 MCP server with Claude Code, making all 30 tools available in your conversations.
Install via Bun
bun install -g @srk9/cli
srk9 install mcp This installs the srk9 CLI and MCP server globally. The CLI provides additional commands for managing your setup.
Quick Start
Scan Your Projects
claude Ask Claude to scan all my projects using Scout Scout will discover all git repositories, analyze dependencies, and build a searchable index.
Track Your Time
claude Show me my time summary for this week Time tracking runs automatically. Get instant reports on productivity and project time allocation.
Sync Your Dotfiles
claude Sync my fish config to the cloud Backup configurations to Cloudflare KV. Access them from any machine, anywhere.
MCP Tools Overview
Scout
Project discovery and indexing with git history, dependencies, and metadata.
Time
Automatic time tracking with session history and productivity analytics.
Sync
Dotfile and asset sync to Cloudflare KV with versioning and rollback.
Ready to dive deeper?
View the complete API reference and advanced configuration options.
View Full Documentation