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
BeginnerEstimated 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": {}
}
}
}
~/Library/Application Support/Claude/claude_desktop_config.json instead.