Skip to main content
Glama

STAC MCP Server

by BnJam
__main__.py233 B
"""Entry point for running the STAC MCP server as ``python -m stac_mcp``.""" from stac_mcp.fast_server import app def main() -> None: """Launch the STAC MCP server CLI.""" app.run() if __name__ == "__main__": main()

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/BnJam/stac-mcp'

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