OpenBind public structure-affinity datasets, Fragalysis discovery and model benchmarks as a Cloudflare MCP server
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"openbind-mcp-server": {
"command": "npx",
"args": [
"-y",
"QuentinCody/openbind-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add openbind-mcp-server npx -y QuentinCody/openbind-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"openbind-mcp-server": {
"command": "npx",
"args": [
"-y",
"QuentinCody/openbind-mcp-server"
]
}
}
}