whistle mcp for Cursor
io.github.mattwerner-sudo/whistle-mcp
Verified staff contacts, schools, and hiring signals across NCAA athletic departments.
client:Cursor
transport:stdio
runtime:npm
Install whistle mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"whistle-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"gowhistle-mcp"
],
"env": {
"WHISTLE_API_KEY": "<WHISTLE_API_KEY>",
"WHISTLE_API_BASE": "<WHISTLE_API_BASE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs