An MCP server integrating with the ClimateTriage API to search and filter open source climate change and sustainability issues by category, language, keywords, and sort options for efficient project discovery.
Unlock the full potential of ClimateTriage MCP Server through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.
Free tier available • No credit card required
Discover shared experiences
An MCP server implementation that integrates with the ClimateTriage API, providing tools to search for open source issues related to climate change and sustainability.
Searches for open source issues related to climate change and sustainability.
Inputs:
category
(string, optional): Filter issues by project category (e.g., 'Climate Change', 'Energy Systems')language
(string, optional): Filter issues by programming language (e.g., 'JavaScript', 'Python')keyword
(string, optional): Filter issues by project keyword (e.g., 'good first issue', 'help wanted')page
(number, optional): Pagination page number (starts at 1)per_page
(number, optional): Number of records per page (default: 10)sort
(string, optional): Field to sort by ('created_at', 'updated_at', 'stars', default: 'created_at')order
(string, optional): Sort order ('asc' or 'desc', default: 'desc' for most recent first)By default, the server connects to the ClimateTriage API at https://ost.ecosyste.ms/api/v1
.
Add this to your claude_desktop_config.json
:
{ "mcpServers": { "climate-triage": { "command": "npx", "args": ["-y", "git+https://github.com/Codeshark-NET/climate-triage-mcp.git"] } } }
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License.
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!