We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Dicklesworthstone/mcp_agent_mail'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"mcpServers": {
"mcp-agent-mail": {
"type": "http",
"url": "http://127.0.0.1:8765/mcp/",
"headers": { "Authorization": "Bearer 5dcdbc3a02da090e38ae1889ac508a582752e9e88898f769854882a4aef83693"}
}
},
"hooks": {
"SessionStart": [
{ "type": "command", "command": "uv run python -m mcp_agent_mail.cli file-reservations active --project backend" },
{ "type": "command", "command": "uv run python -m mcp_agent_mail.cli acks pending --project backend --agent ubuntu --limit 20" }
],
"PreToolUse": [
{ "matcher": "Edit", "hooks": [ { "type": "command", "command": "uv run python -m mcp_agent_mail.cli file-reservations soon --project backend --minutes 10" } ] }
],
"PostToolUse": [
{ "matcher": { "tool": "send_message" }, "hooks": [ { "type": "command", "command": "uv run python -m mcp_agent_mail.cli list-acks --project backend --agent ubuntu --limit 10" } ] },
{ "matcher": { "tool": "reserve_file_paths" }, "hooks": [ { "type": "command", "command": "uv run python -m mcp_agent_mail.cli file-reservations list --project backend" } ] }
]
}
}