Skip to main content
Glama

Postal MCP Server

by tkellogg
pyproject.toml717 B
[project] name = "postal-mcp" version = "0.1.0" description = "A mailbox system for MCP, so that two agents can chat" readme = "README.md" requires-python = ">=3.12" authors = [{ name = "Tim Kellogg", email = "timothy.kellogg@gmail.com" }] license = "Apache-2.0" dependencies = [ "aiosqlite>=0.21.0", "fastapi>=0.115.14", "fastmcp>=2.9.2", "uvicorn>=0.34.3", ] [project.scripts] postal = "postal.server:main" [project.urls] "Homepage" = "https://github.com/tkellogg/postal-mcp" "Bug Tracker" = "https://github.com/tkellogg/postal-mcp/issues" [build-system] requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [tool.setuptools.packages.find] where = ["."] include = ["postal*"]

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tkellogg/postal-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server