Skip to main content
Glama

Amadeus Agent

by EEGRCENEM
server.py256 B
import logging import dotenv from fastmcp import FastMCP from agent.tools import add_tools mcp = FastMCP("local-tooling") add_tools(mcp) if __name__ == "__main__": logging.basicConfig(level=logging.INFO) dotenv.load_dotenv() mcp.run()

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/EEGRCENEM/amadeus-agent'

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