We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Cam10001110101/mcp-server-outlook-email'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
[project]
name = "mcp-server-outlook-email"
version = "0.1.0"
description = "Email Processing MCP Server with MongoDB integration"
dependencies = [
"pywin32",
"python-dotenv",
"langchain",
"langchain_core",
"langchain-community",
"langchain-ollama",
"pymongo",
"fastmcp",
"pydantic",
"pytz",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src"]