We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/shubham-mishra-remotedesk/mcp-personal-efforti'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"mcpServers": {
"Efforti Name Resolver": {
"command": "C:\\Users\\shubhammishra_remote\\AppData\\Local\\Programs\\Python\\Python310\\Scripts\\uv",
"args": [
"--directory",
"D:\\MemoryCloud\\mcp-development",
"run",
"proxy_server.py"
],
"env": {
"MCP_SERVER_URL": "http://localhost:8000/mcp",
"MCP_AUTH_TOKEN": "your-secret-token-here"
},
"transport": "stdio"
}
}
}