pubrio for Cursor
io.github.pubrio/pubrio
Glocalized business data layer for AI agents. Search companies, people, and signals.
client:Cursor
transport:stdio
runtime:npm
Install pubrio in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"pubrio": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"pubrio-mcp-server"
],
"env": {
"PUBRIO_API_KEY": "<PUBRIO_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs