Skip to main content
Glama

BioMCP

by acashmoney
index.ts478 B
/** * BioMCP Client * Functionality for visualizing and interacting with protein structures */ // Client initialization function export async function initClient() { console.error("BioMCP Client initialized"); // Client implementation will go here } // Main function for running the client standalone export async function main() { try { await initClient(); } catch (error) { console.error("Fatal error in BioMCP client:", error); process.exit(1); } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/acashmoney/bio-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server