Skip to main content
Glama

Modal MCP Server

by smehmood
example_app.py190 B
"""Example Modal application.""" import modal app = modal.App("example-app") @app.function() def hello(): """Simple function that returns a greeting.""" return "Hello from Modal!"

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/smehmood/modal-mcp-server'

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