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ライセンスの条件に従って、ソフトウェアを自由に使用、改変、配布することができます。

-
security - not tested
-
license - not tested
-
quality - not tested

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

          • 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
            19
            TypeScript
            GPL 2.0
          • -
            security
            A
            license
            -
            quality
            Provides real-time weather data, forecasts, and historical weather information from OpenWeatherMap API for Claude Desktop, enabling natural language queries about current conditions, forecasts, air quality, and weather alerts worldwide.
            Last updated -
            Python
            MIT License
          • A
            security
            F
            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
            2
            JavaScript
          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol server that enables AI assistants to perform real-time carbon emissions calculations and provide climate impact insights by interfacing with the Climatiq API.
            Last updated -
            Python
            MIT License
            • Apple
            • Linux

          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