Smithery Logo
MCPsSkillsDocsPricing
Login
NewFlame, an assistant that learns and improves. Available onTelegramSlack
    parcadei

    github-search

    parcadei/github-search
    Productivity
    3,502

    About

    SKILL.md

    Install

    • Telegram
      Telegram
    • Slack
      Slack
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    • Download skill
    ├─
    ├─
    └─
    Smithery Logo

    Give agents more agency

    Resources

    DocumentationPrivacy PolicySystem Status

    Company

    PricingAboutBlog

    Connect

    © 2026 Smithery. All rights reserved.

    About

    Search GitHub code, repositories, issues, and PRs via MCP

    SKILL.md

    GitHub Search Skill

    When to Use

    • Search code across repositories
    • Find issues or PRs
    • Look up repository information

    Instructions

    uv run python -m runtime.harness scripts/mcp/github_search.py \
        --type "code" \
        --query "your search query"
    

    Parameters

    • --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

    Examples

    # 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"
    

    MCP Server Required

    Requires github server in mcp_config.json with GITHUB_PERSONAL_ACCESS_TOKEN.

    Recommended Servers
    Docfork
    Docfork
    GroundRoute: Web Search for AI Agents across 6 Engines ($10 free credit)
    GroundRoute: Web Search for AI Agents across 6 Engines ($10 free credit)
    Ref
    Ref
    Repository
    parcadei/continuous-claude-v3
    Files