MCP Private GitHub Search
@Hint-Services
关于 MCP Private GitHub Search
MCP Server to search individual private Github Repositories
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-private-github-search": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@Hint-Services/mcp-private-github-search",
"--client",
"claude"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Private GitHub Search?
MCP Private GitHub Search is a Model Context Protocol (MCP) server that provides search and file retrieval tools for private GitHub repositories. It integrates with GitHub's API, automatically handling rate limiting, type safety, input validation, and error handling, making it suitable for developers and AI hosts that need to query private repositories.
How to use MCP Private GitHub Search?
Install via Smithery or pnpm add mcp-private-github-search, then configure your MCP client with GITHUB_TOKEN, GITHUB_OWNER, and GITHUB_REPO environment variables. The server exposes three tools: searchFiles, searchIssues, and getFileContents, which can be invoked by MCP clients (e.g., Claude, Cursor, Windsurf, Cline).
Key features of MCP Private GitHub Search
- Search private GitHub repositories for files and issues.
- Get the contents of a specific file in a repository.
- Type-safe implementation written in TypeScript.
- Robust input validation using Zod schemas.
- Graceful error handling with informative messages.
Use cases of MCP Private GitHub Search
- Searching private codebases for specific file names or patterns.
- Looking up issues in a private repository by criteria.
- Retrieving file contents for analysis or review by an AI assistant.
FAQ from MCP Private GitHub Search
What does MCP Private GitHub Search do?
It acts as a bridge between AI hosts (like Claude or Cursor) and private GitHub repositories, allowing AI tools to search for files and issues, and retrieve file contents using GitHub’s API.
What dependencies or runtime are required?
You need Node.js and a valid GitHub token with access to the target private repository. The server runs as a command-line tool via npx or can be installed as a npm package.
How do I authenticate with GitHub?
Provide your GitHub personal access token via the GITHUB_TOKEN environment variable. The token must have permission to read the specified repository.
Which transports and protocols are used?
The server communicates using JSON-RPC 2.0 over stdio, conforming to the Model Context Protocol standard.
Are there any known limits or rate handling?
GitHub API rate limiting is handled automatically; the server integrates rate-limit awareness and reports informative errors when limits are reached.
搜索 分类下的更多 MCP 服务器
mcp-omnisearch
spences10🔍 A Model Context Protocol (MCP) server providing unified access to multiple search engines (Tavily, Brave, Kagi, Exa), AI tools (Kagi FastGPT, Exa, Linkup), and content extraction services (Firecrawl, Tavily, Kagi). Includes GitHub search. All through a single interface.
Google Search Console MCP server for SEOs
AminForouGoogle Search Console Insights with Claude AI for SEOs
SerpApi MCP Server
ilyazubSerpApi MCP Server for Google and other search engine results
Serper Search and Scrape MCP Server
marcopesaniSerper MCP Server supporting search and webpage scraping
Bing Search MCP Server
leehanchungMCP Server for Bing Search API
评论