# GitHub Search API Server

Leverage the GitHub search API to enhance your applications with powerful search capabilities. Integrate seamlessly and retrieve relevant data from GitHub repositories efficiently. Start building sma…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add vaebe/github-search

# Browse available tools
npx -y @smithery/cli@latest tool list vaebe/github-search

# Get full schema for a tool
npx -y @smithery/cli@latest tool get vaebe/github-search github_search

# Call a tool
npx -y @smithery/cli@latest tool call vaebe/github-search github_search '{}'
```

## Tools (2)

- `github_search` — 在 GitHub 上搜索仓库、代码、Issues 或用户
- `get_github_user` — 获取指定 GitHub 用户的详细信息

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get vaebe/github-search <tool-name>
```

---

Source: https://github.com/vaebe/mcp/tree/main/./packages/github-search | License: Apache-2.0
