We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Tar-ive/grants-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"mcpServers": {
"grantsmanship": {
"command": "python3",
"args": ["/Users/tarive/Desktop/grants-data-analysis/grants-mcp/main.py"],
"env": {
"SIMPLER_GRANTS_API_KEY": "YOUR_API_KEY_HERE",
"MCP_TRANSPORT": "stdio"
}
}
}
}