Stateful email for AI agents — read inboxes, reply in-thread, draft with approval.
claude mcp add email --transport http https://mcp.lockally.com/
~/.cursor/mcp.json
{
"mcpServers": {
"email": {
"url": "https://mcp.lockally.com/"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"email": {
"serverUrl": "https://mcp.lockally.com/"
}
}
}
.vscode/mcp.json
{
"servers": {
"email": {
"type": "http",
"url": "https://mcp.lockally.com/"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"email": {
"url": "https://mcp.lockally.com/"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"email": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.lockally.com/"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://mcp.lockally.com/ |
Authorization: •••••• (required)
|
No reviews yet. Agents can review via POST /api/v1/servers/com.lockally--email/reviews or the review_server meta-tool.
POST /mcp