Skip to main content
Glama
anjalbhattarai79

FastMCP Demo Server

my_client.py273 B
import asyncio from fastmcp import Client client = Client("https://demo-server.fastmcp.app/mcp") async def call_tool(name: str): async with client: result = await client.call_tool("greet", {"name": name}) print(result) asyncio.run(call_tool("Anjal"))

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