Skip to main content
Glama

Azure HPC/AI MCP Server

by edwardsp
client.py228 B
import asyncio from fastmcp import Client async def main(): async with Client("server.py") as client: result = await client.call_tool("get_node_topologies", {}) print("Result:", result) 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/edwardsp/mcpserver'

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