Skip to main content
Glama

ClimateTriage MCP Server

ClimateTriage MCP サーバー

ClimateTriage API と統合され、気候変動と持続可能性に関連するオープンソースの問題を検索するためのツールを提供する MCP サーバー実装。

特徴

  • 問題検索: 気候関連プロジェクトのオープンソースの問題を見つける

  • 複数のフィルター: カテゴリ、プログラミング言語、キーワードなどでフィルターします

  • 並べ替えオプション: 作成日、更新日、星の数で問題を並べ替えます

ツール

気候問題の検索

気候変動と持続可能性に関連するオープンソースの問題を検索します。

入力:

  • category (文字列、オプション):プロジェクトカテゴリで問題をフィルタリングします(例:「気候変動」、「エネルギーシステム」)

  • language (文字列、オプション): プログラミング言語で問題をフィルタリングします (例: 'JavaScript'、'Python')

  • keyword (文字列、オプション):プロジェクトのキーワードで問題をフィルタリングします(例:「good first issue」、「help wanted」)

  • page (数値、オプション):ページ番号(1から始まる)

  • per_page (数値、オプション):ページあたりのレコード数(デフォルト:10)

  • sort (文字列、オプション): 並べ替えの基準となるフィールド ('created_at'、'updated_at'、'stars'、デフォルト: 'created_at')

  • order (文字列、オプション): 並べ替え順序 ('asc' または 'desc'、デフォルト: 'desc' (最新の順))

構成

デフォルトでは、サーバーはhttps://ost.ecosyste.ms/api/v1の ClimateTriage API に接続します。

Claude Desktopでの使用

これをclaude_desktop_config.jsonに追加します:

{ "mcpServers": { "climate-triage": { "command": "npx", "args": ["-y", "git+https://github.com/Codeshark-NET/climate-triage-mcp.git"] } } }

ライセンス

このMCPサーバーはMITライセンスに基づいてライセンスされています。つまり、MITライセンスの条件に従って、ソフトウェアを自由に使用、改変、配布することができます。

Deploy 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.

ClimateTriage API を通じて、ユーザーが気候変動や持続可能性プロジェクトに関連するオープンソースの問題を検索およびフィルタリングできるようにします。

  1. 特徴
    1. ツール
      1. 気候問題の検索
    2. 構成
      1. Claude Desktopでの使用
        1. ライセンス

          Related MCP Servers

          • -
            security
            A
            license
            -
            quality
            Provides search functionality for arXiv.org papers through the official arXiv API, allowing users to search papers by keywords, filter by subject categories and date ranges, and receive comprehensive metadata including PDF links.
            Last updated -
            MIT License
          • A
            security
            F
            license
            A
            quality
            Provides comprehensive weather information including current conditions, 7-day forecasts, and air quality data for any city worldwide using the Open-Meteo API. Features real-time weather data, hourly forecasts, sunrise/sunset times, and European Air Quality Index with human-readable descriptions.
            Last updated -
            3
            3
            1
          • -
            security
            F
            license
            -
            quality
            Enables users to get current weather conditions and forecasts for any city through OpenWeatherMap API integration. Designed as a sample MCP server for the Puch AI Hackathon with basic weather querying capabilities.
            Last updated -
            • Apple
            • Linux
          • -
            security
            F
            license
            -
            quality
            Enables AI agents to access real-time and historical weather data through multiple weather APIs including OpenMeteo, Tomorrow.io, and OpenWeatherMap. Provides comprehensive meteorological information including current conditions, forecasts, historical data, and weather alerts.
            Last updated -

          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