cvinbio for Cursor
io.github.vedangvatsa123/cvinbio
Search professional profiles from the CVin.Bio talent database.
client:Cursor
transport:stdio
runtime:npm
Install cvinbio in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cvinbio": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cvinbio/mcp-server"
],
"env": {
"SUPABASE_URL": "<SUPABASE_URL>",
"SUPABASE_KEY": "<SUPABASE_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs