Skip to main content
Glama
simple_server.py171 B
from mcp.server.fastmcp import FastMCP mcp = FastMCP("Simple Server") @mcp.tool() def hello() -> str: return "Hello world" if __name__ == "__main__": mcp.run()

Latest Blog Posts

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/nice-bills/dune-mcp'

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