datagov-mcp-server

An MCP server for accessing data from Data.gov, providing tools and resources for interacting with government datasets.

GitHub Stars

16

User Rating

Not Rated

Favorites

0

Views

35

Forks

4

Issues

2

Installation
Difficulty
Beginner
Estimated Time
5-10 minutes

Installation

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.

Additional Resources