We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Master-Frank/XmindMcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"mcpServers": {
"Xmind": {
"command": "uvx",
"args": [
"xmind-mcp==1.3.9",
"--mode",
"fastmcp",
"--default-output-dir",
"D:\\project\\XmindMcp\\output"
],
"env": {
"PYTHONIOENCODING": "utf-8",
"PYTHONUTF8": "1",
"XMIND_MCP_DEFAULT_OUTPUT_DIR": "D:\\project\\XmindMcp\\output"
}
}
}
}