Summary
A shortlist instead of a search page.
The hard part of contributing to climate software is not willingness, it is finding an issue that fits your language and your afternoon. Category, language and keyword filters over a curated index do that in one call.
What it is
An MCP server over the ClimateTriage API, which indexes open issues across open source projects working on climate change and sustainability.
What you get
- Open issues searched across climate-related projects instead of all of GitHub
- Filtering by project category, such as Climate Change or Energy Systems
- Filtering by programming language, so results match what you actually write
- Filtering by keyword, including 'good first issue' and 'help wanted'
- Sorting by creation date, update date or stars, ascending or descending
- Pagination, so a broad search stays readable
Requirements
One npx entry in the client config, straight from the git repository — no build step. No account and no key: it reads the public ClimateTriage API at https://ost.ecosyste.ms/api/v1.
Setup effort
One command — npx -y git+https://github.com/Codeshark-NET/climate-triage-mcp.git
