We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hqtrung/finizi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"mcpServers": {
"finizi-b4b": {
"command": "/Users/trunghuynh/.local/bin/uv",
"args": [
"--directory",
"/Users/trunghuynh/development/finizi-mcp",
"run",
"python",
"run_mcp_server.py"
],
"env": {
"B4B_API_BASE_URL": "http://localhost:8000",
"B4B_API_VERSION": "v1",
"LOG_LEVEL": "INFO"
}
}
}
}