We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Golto/pylpex-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
from mcp.server.fastmcp import FastMCP
_mcp = FastMCP("Pylpex")
def get_mcp():
"""Get the FastMCP instance."""
return _mcp