We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/not-a-feature/evo2-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
mcp.py•290 B
"""FastMCP server instance configuration."""
from fastmcp import FastMCP
mcp: FastMCP = FastMCP(
name="evo2-mcp",
instructions=(
"Tools for scoring, embedding, and generating genomic DNA sequences with the Evo 2 foundation model."
),
on_duplicate_tools="error",
)