glp1search for Cursor
io.github.sndevore77/glp1search
GLP-1 provider directory, peptide database, and medication comparison tools.
client:Cursor
transport:stdio
runtime:npm
Install glp1search in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"glp1search": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@seraviahealth/glp1search-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs