valoria intelligence for Cursor
io.github.jamesrez/valoria-intelligence
Find where the money is in AI services. See what's earning and find market gaps.
client:Cursor
transport:stdio
runtime:npm
Install valoria intelligence in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"valoria-intelligence": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@jamesrez/valoria-intelligence"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs