colabfit mcp for Cursor
io.github.colabfit/colabfit-mcp
An MCP server that provides access to the ColabFit database
client:Cursor
transport:stdio
runtime:pypi
Install colabfit mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"colabfit-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"colabfit-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs