Sports Context Protocol for Cursor
io.github.dswane/sports-context-protocol
Self-learning operational context layer for AI sports agents. Profile 001: golf.
client:Cursor
transport:stdio
runtime:npm
Install Sports Context Protocol in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"sports-context-protocol": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"sports-context-protocol"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs