Email Processing MCP Server
by Cam10001110101
Verified
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LLM_MODEL | No | Model to use for LLM operations | |
MONGODB_URI | Yes | MongoDB connection string | |
SQLITE_DB_PATH | Yes | Absolute path to SQLite database file | |
COLLECTION_NAME | Yes | Name of the MongoDB collection to use | |
EMBEDDING_MODEL | No | Model to use for embeddings | nomic-embed-text |
EMBEDDING_BASE_URL | No | Ollama server URL | http://localhost:11434 |
PROCESS_DELETED_ITEMS | No | Whether to process emails from the Deleted Items folder | false |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |