Skip to main content
Glama

FastMCP Demo Server

by apoojary94
main.py236 B
"""CLI entry point for running the FastMCP hackathon server.""" from server import app def main() -> None: """Run the FastMCP server using the shared application instance.""" 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/apoojary94/mcp_hackathon'

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