Search, move, mark, delete and draft your real mail over a self-hosted index.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
ghcr.io/alexanderkrauck/mailindex-mcp:0.1.3 · oci
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.alexanderkrauck/mailindex-mcp",
"description": "Search, move, mark, delete and draft your real mail over a self-hosted index.",
"title": "mailindex-mcp",
"repository": {
"url": "https://github.com/alexanderkrauck/mailindex-mcp",
"source": "github"
},
"version": "0.1.3",
"websiteUrl": "https://github.com/alexanderkrauck/mailindex-mcp",
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/alexanderkrauck/mailindex-mcp:0.1.3",
"transport": {
"type": "streamable-http",
"url": "http://localhost:8002/mcp"
},
"environmentVariables": [
{
"description": "PostgreSQL connection URL. This server keeps its own index and does not run without a database; the repository ships docker-compose files that start one for you.",
"isRequired": true,
"format": "string",
"name": "EMAILSERVER_DATABASE_URL"
},
{
"description": "How callers are authenticated: development (no auth, loopback only), single_user (static bearer token), or google (multi-user OAuth).",
"default": "development",
"name": "EMAILSERVER_AUTH_MODE"
},
{
"description": "Bearer token required in single_user mode. At least 32 characters, or the server refuses to start.",
"isSecret": true,
"name": "EMAILSERVER_API_TOKEN"
},
{
"description": "Key used to encrypt stored mailbox credentials at rest. Generate with: openssl rand -base64 32",
"isSecret": true,
"name": "CREDENTIAL_ENCRYPTION_KEY"
}
]
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"com.github": {
"serverDisplayName": "mailindex-mcp"
}
}
}
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-03T07:20:38.355796Z",
"publishedAt": "2026-08-03T07:20:38.355796Z",
"updatedAt": "2026-08-03T07:20:38.355796Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.1.3last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.