We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cafferychen777/ChatSpatial'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•292 B
"""
ChatSpatial
Agentic workflow orchestration platform for spatial transcriptomics analysis.
Integrates 60 methods from Python and R ecosystems via Model Context Protocol.
"""
__version__ = "1.0.0"
# Import configuration to set up environment
from . import config as config # noqa: F401