Sundai Hack 138 — small on-device model + real MCP server against live Boston 311 (project 2, @raaj + Ted)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"sundai-hack138-bosto": {
"command": "npx",
"args": [
"-y",
"raajkumars/sundai-hack138-boston311-mcp"
]
}
}
}
Run in terminal:
claude mcp add sundai-hack138-bosto npx -y raajkumars/sundai-hack138-boston311-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"sundai-hack138-bosto": {
"command": "npx",
"args": [
"-y",
"raajkumars/sundai-hack138-boston311-mcp"
]
}
}
}