from server.mcp_server import MCPServer
if __name__ == "__main__":
mcp = MCPServer(debug=True)
print("🤖 MCP Server iniciado. Escribe tu pregunta (o 'salir')")
while True:
user_input = input("🧑 Tú: ")
if user_input.lower() == "salir":
break
print("🤖", mcp.procesar(user_input))
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/Gomezzz299/MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server