Compete Competitive Intelligence for Cursor
io.github.niyonzimabryan/compete
Typed access to monitored competitive changes, evidence, dossiers, research, and collection health.
client:Cursor
transport:stdio
runtime:npm
Install Compete Competitive Intelligence in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"compete": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"compete-mcp"
],
"env": {
"COMPETE_API_KEY": "<COMPETE_API_KEY>",
"COMPETE_URL": "<COMPETE_URL>",
"COMPETE_REPO": "<COMPETE_REPO>",
"COMPETE_TIMEOUT_MS": "<COMPETE_TIMEOUT_MS>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs