C
Chicago Data MCP
This is a MCP server built on open-source Chicago Data Portal (https://data.cityofchicago.org/).
Created 11/11/2025
Updated about 1 month ago
README
Repository documentation and setup instructions
chicago_data_mcp
This is a MCP server built on open-source Chicago Data Portal (https://data.cityofchicago.org/).
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/gowtham-peddineni/chicago_data_mcp
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"gowtham-peddineni-chicago-data-mcp": {
"command": "git",
"args": [
"clone",
"https://github.com/gowtham-peddineni/chicago_data_mcp"
]
}
}
}