MCP Server
MCP
JMAP Email
Email management via JMAP — mailboxes, messages, identities, and Sieve scripts
Install
oci:ghcr.io/mikluko/jmap-mcp:0.10.0
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/mikluko/jmap-mcp:0.10.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "JMAP session endpoint URL (e.g. https://api.fastmail.com/jmap/session)",
"isRequired": true,
"format": "string",
"name": "JMAP_SESSION_URL"
},
{
"description": "JMAP bearer token for authentication",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "JMAP_AUTH_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
oci
By
Comments
Sign in to leave a comment