Metadata-Version: 2.4
Name: niche-github-issues-mcp
Version: 0.1.0
Summary: MCP server for GitHub Issues feature-request and demand discovery
Project-URL: Homepage, https://github.com/duanchao/niche-demand-discovery
Project-URL: Repository, https://github.com/duanchao/niche-demand-discovery
Author: duanchao
License-Expression: Apache-2.0
Keywords: demand-discovery,github,indie-hacker,issues,mcp,niche
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.11
Requires-Dist: httpx>=0.27.0
Requires-Dist: mcp>=1.0.0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: python-dotenv>=1.0.0
Description-Content-Type: text/markdown

# niche-github-issues-mcp

MCP server for discovering feature requests and demand signals from GitHub Issues.

## Install

```bash
uvx niche-github-issues-mcp
```

## Tools

- `github_search_issues` — Search issues with feature-request/help-wanted labels
- `github_get_issue_details` — Get issue details with comments
- `github_search_repos` — Find popular repos in a category
- `github_get_repo_issues` — List issues for a specific repo

## Auth

Optional: set `GITHUB_TOKEN` for higher rate limits (60 → 5000 req/hr).
