BioCosm for Claude Desktop
io.github.nhoverte/biocosm
Biotech intelligence for AI agents: drugs, targets, diagnostics, PoS estimates, and writeups.
client:Claude Desktop
transport:streamable-http
tools:13
Install BioCosm in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"biocosm": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://biocosm-mcp.fly.dev/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs