We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/roboulos/xano-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
config-example.json•443 B
{
"xano_api_token": "YOUR_XANO_API_TOKEN",
"debug": true,
"transport": "stdio",
"port": 8765,
"comments": [
"This is an example configuration file for the Xano MCP server.",
"Replace YOUR_XANO_API_TOKEN with your actual Xano API token.",
"The debug option enables verbose logging.",
"The transport option can be 'stdio' or 'websocket'.",
"The port option is only used when transport is set to 'websocket'."
]
}