Colabfit MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 81 installs a week from pypi. Last commit 23 Apr 2026.
An MCP server that provides access to the ColabFit database
We read the source, 20 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
proc = subprocess.Popen(
mod = __import__(pkg)
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add colabfit-mcp -- uvx colabfit-mcp
{
"mcpServers": {
"colabfit-mcp": {
"args": [
"colabfit-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.colabfit-mcp]
command = "uvx"
args = ["colabfit-mcp"]
{
"mcpServers": {
"colabfit-mcp": {
"args": [
"colabfit-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"colabfit-mcp": {
"args": [
"colabfit-mcp"
],
"command": "uvx"
}
}
}
Provides programmatic access to Tiger Cloud services, databases, and documentation.
A MCP server provides SQL database access with support for PostgreSQL, MySQL, and SQLite.
MCP server for The Movie Database (TMDB) API
MCP server giving AI agents safe access to filesystem, databases, processes, and APIs.
An MCP server for MySQL databases.
MCP server that wraps the Qdrant vector database API as tools.
MCP server for secure database access (PostgreSQL, MySQL, SQLite)
An MCP server with Mimer SQL Database Connectivity
Answers built from our own checks of this server.