Skip to main content
Glama

ClimateTriage MCP Server

ClimateTriage MCP Server

An MCP server implementation that integrates with the ClimateTriage API, providing tools to search for open source issues related to climate change and sustainability.

Features

  • Issue Search: Find open source issues in climate-related projects
  • Multiple Filters: Filter by category, programming language, keywords, and more
  • Sorting Options: Sort issues by creation date, update date, or stars

Tools

search_climate_issues

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)

Configuration

By default, the server connects to the ClimateTriage API at https://ost.ecosyste.ms/api/v1.

Usage with Claude Desktop

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"] } } }

License

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.

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Enables users to search and filter open source issues related to climate change and sustainability projects through the ClimateTriage API.

  1. Features
    1. Tools
      1. search_climate_issues
    2. Configuration
      1. Usage with Claude Desktop
        1. License

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            Helps support engineers find similar GitHub issues to speed up troubleshooting by searching repositories and calculating similarity scores based on issue descriptions.
            Last updated -
            1
            2
            TypeScript
            MIT License
            • Apple
          • A
            security
            A
            license
            A
            quality
            Enables users to interact with GitHub's Projects v2 API through natural language for Agile project management, supporting repository details, issue tracking, and project board management operations.
            Last updated -
            31
            28
            TypeScript
            GPL 2.0
          • -
            security
            F
            license
            -
            quality
            Provides current weather and air quality data for any city using WeatherAPI, easily integrating with MCP clients like n8n and Claude Desktop App.
            Last updated -
            434
            JavaScript
          • A
            security
            A
            license
            A
            quality
            Provides GitHub data analysis for repositories, developers, and organizations, enabling insights into open source ecosystems through API calls and natural language queries.
            Last updated -
            5
            13
            JavaScript
            MIT License

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/Codeshark-NET/climate-triage-mcp'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server