Skip to main content
Glama
hileamlakB

PRIMS – Python Runtime Interpreter MCP Server

list_tools.py407 B
import asyncio import json from fastmcp import Client async def main(): async with Client("http://localhost:9000/mcp") as client: tools = await client.list_tools() print("Available tools:") for tool in tools: print(f"- {tool.name}: {tool.description}") print(json.dumps(tool.inputSchema, indent=2)) if __name__ == "__main__": asyncio.run(main())

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/hileamlakB/Python-Runtime-Interpreter-MCP-Server'

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