datagov-mcp-server

datagov-mcp-serverは、データの収集、管理、分析を行うためのサーバーサイドアプリケーションです。JSON形式のデータを扱い、APIを介して他のシステムと連携することができます。データの可視化やレポート生成機能も備えており、データ駆動型の意思決定を支援します。

GitHubスター

16

ユーザー評価

未評価

お気に入り

0

閲覧数

29

フォーク

4

イシュー

2

インストール方法
難易度
初級
推定所要時間
5-10

インストール方法

1 Install the package globally:
bash
    npm install -g @melaodoidao/datagov-mcp-server
    
2Configure the MCP Server:
- Add the following entry to your cline_mcp_settings.json file (usually located in ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/ on macOS):
json
      {
        "mcpServers": {
          "datagov": {
            "command": "datagov-mcp-server",
            "args": [],
            "env": {}
          }
        }
      }
     
- If you are using the Claude Desktop app, add the entry to ~/Library/Application Support/Claude/claude_desktop_config.json instead.

追加リソース