Email Processing MCP Server

by Cam10001110101
Verified

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LLM_MODELNoModel to use for LLM operations
MONGODB_URIYesMongoDB connection string
SQLITE_DB_PATHYesAbsolute path to SQLite database file
COLLECTION_NAMEYesName of the MongoDB collection to use
EMBEDDING_MODELNoModel to use for embeddingsnomic-embed-text
EMBEDDING_BASE_URLNoOllama server URLhttp://localhost:11434
PROCESS_DELETED_ITEMSNoWhether to process emails from the Deleted Items folderfalse

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools