We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/surplus96/PM-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"mcpServers": {
"pm-mcp": {
"command": "/home/surplus96/projects/PM-MCP/.venv/bin/python",
"args": ["-m", "mcp_server.mcp_app"],
"env": {
"PYTHONPATH": "/home/surplus96/projects/PM-MCP",
"OBSIDIAN_VAULT_PATH": "/home/surplus96/projects/PM-MCP/obsidian_vault"
}
}
}
}