Search GitHub code, repositories, issues, and PRs via MCP
uv run python -m runtime.harness scripts/mcp/github_search.py \
--type "code" \
--query "your search query"
--type: Search type - code, repos, issues, prs--query: Search query (supports GitHub search syntax)--owner: (optional) Filter by repo owner--repo: (optional) Filter by repo name# Search code
uv run python -m runtime.harness scripts/mcp/github_search.py \
--type "code" \
--query "authentication language:python"
# Search issues
uv run python -m runtime.harness scripts/mcp/github_search.py \
--type "issues" \
--query "bug label:critical" \
--owner "anthropics"
Requires github server in mcp_config.json with GITHUB_PERSONAL_ACCESS_TOKEN.
Gemini CLI for one-shot Q&A, summaries, and generation.
Transcribe audio via OpenAI Audio Transcriptions API (Whisper).
Notion API for creating and managing pages, databases, and blocks.
Best practices for using the oracle CLI (prompt + file bundling, engines, sessions, and file attachment patterns).
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
Send WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI (not for normal user chats).
Category:developer