Skip to main content
Glama
pyproject.toml689 B
[project] name = "scmcp" dynamic = ["version"] description = "An MCP server for scRNA-Seq analysis with natural language!" readme = "README.md" license = { file = "LICENSE" } authors = [ { name = "shuang", email = "hsh-me@outlook.com" } ] requires-python = ">=3.10" dependencies = [ "scanpy", "mcp", "pydantic", "igraph", "liana; sys_platform != 'win32'", "cellrank>=2.0.7", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project.scripts] scmcp = "scmcp.cli:run_cli" [dependency-groups] dev = [ "pytest>=8.3.4", "leidenalg" ] [tool.hatch.version] path = "src/scmcp/__init__.py" # 指定版本号所在的文件路径

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/huang-sh/scmcp'

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