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

1

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.

2

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.

3

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.

scout_list_projects - List all discovered projects
scout_scan_projects - Scan directories for projects
scout_get_project - Get detailed project info
scout_search_projects - Search by name, tags, or tech
⏱️

Time

Automatic time tracking with session history and productivity analytics.

time_get_summary - Get time summary for date range
time_get_report - Generate detailed time report
time_get_sessions - List all time tracking sessions
time_get_project_time - Get time spent on specific project
🔄

Sync

Dotfile and asset sync to Cloudflare KV with versioning and rollback.

sync_list_modules - List all sync modules
sync_get_module - Get module configuration
sync_trigger - Trigger manual sync
sync_get_status - Get sync status for module
sync_list_assets - List synced assets

Ready to dive deeper?

View the complete API reference and advanced configuration options.

View Full Documentation