Skip to main content
Glama

Python Server MCP

main.py198 B
"""Main entry point for the weather MCP server.""" from src import main as server_main def main(): """Run the weather MCP server.""" server_main() 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/stevearagonsite/PythonServerMcp'

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