MCP Server
MCP
io.github.wildsurfer/your-mail-mcp
Read-only, self-hosted MCP access to IMAP email, mirrored locally and indexed by notmuch.
Install
oci:ghcr.io/wildsurfer/your-mail-mcp:0.1.0
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/wildsurfer/your-mail-mcp:0.1.0",
"transport": {
"type": "streamable-http",
"url": "http://localhost:8080/mcp"
},
"environmentVariables": [
{
"description": "Public base URL the server is reached at (used for OAuth metadata)",
"isRequired": true,
"format": "string",
"name": "PUBLIC_URL"
},
{
"description": "Passphrase gating the OAuth consent step",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "OAUTH_PASSPHRASE"
}
]
}
]
}
mcp
model-context-protocol
oci
By
Comments
Sign in to leave a comment