Skip to main content
Glama
anjalbhattarai79

FastMCP Demo Server

my_server.py214 B
from fastmcp import FastMCP mcp = FastMCP("My MCP Server") @mcp.tool def greet(name: str) -> str: return f"Hello From Fast MCP, Mr.{name}!" if __name__ == "__main__": mcp.run(transport="http", port=8000)

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/anjalbhattarai79/mcpRemoteServer-fastmcpLibrary-withoutLangChhain'

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