Skip to main content
Glama
pyproject.toml610 B
[project] name = "bio-mcp-blast" version = "0.1.0" description = "MCP server for NCBI BLAST sequence alignment" readme = "README.md" requires-python = ">=3.9" authors = [{name = "Bio-MCP Project"}] license = {text = "MIT"} dependencies = [ "mcp>=1.1.0", "pydantic>=2.0.0", "pydantic-settings>=2.0.0", ] [project.optional-dependencies] dev = [ "pytest>=7.0.0", "pytest-asyncio>=0.21.0", "ruff>=0.1.0", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.ruff] line-length = 88 target-version = "py39" [tool.ruff.lint] select = ["E", "F", "I", "N", "W"]

Latest Blog Posts

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/bio-mcp/bio-mcp-blast'

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