We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Manaswi875/arxiv-research-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"mcpServers": {
"research-assistant": {
"command": "/Library/Frameworks/Python.framework/Versions/3.14/bin/python3",
"args": [
"/Users/manaswi/Desktop/mcp project/research_server.py"
],
"env": {
"PYTHONPATH": "/Users/manaswi/Desktop/mcp project"
}
}
}
}