valoria intelligence for VS Code
io.github.jamesrez/valoria-intelligence
Find where the money is in AI services. See what's earning and find market gaps.
client:VS Code
transport:stdio
runtime:npm
Install valoria intelligence in VS Code
.vscode/mcp.json
{
"servers": {
"valoria-intelligence": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@jamesrez/valoria-intelligence"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs