Private GitHub Search
Provides authenticated access to a specific private GitHub repository for file content retrieval, code search, issue search, and detailed commit history with file diffs.
4 stars
0 tools
Created Aug 2025
@hint-services/hint-services-private-github-search-obsidian-github-mcpAbout
Provides authenticated access to a specific private GitHub repository for file content retrieval, code search, issue search, and detailed commit history with file diffs.
Categories
general
Installation
npm
npm install @hint-services/hint-services-private-github-search-obsidian-github-mcp
Configuration
{
"mcpServers": {
"hint-services-private-github-search-obsidian-github-mcp": {
"command": "npx",
"args": [
"-y",
"@hint-services/hint-services-private-github-search-obsidian-github-mcp"
]
}
}
}