Skip to main content
Glama

Simple FastMCP Server

by zongjieshen
client_test.py266 B
import asyncio from fastmcp import Client async def main(): async with Client("http://localhost:8000/mcp") as client: result = await client.call_tool("greet", {"name": "FastMCP"}) print(result) if __name__ == "__main__": asyncio.run(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/zongjieshen/mcp-server'

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