gmeow

paudley/gmeow
★ 0 stars Python 🗄️ Database Updated 2d ago
Local Gmail MCP and REST intelligence server with PostgreSQL cache, semantic search, attachment CAS, and knowledge graph tooling.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gmeow": {
      "command": "uvx",
      "args": [
        "gmeow"
      ]
    }
  }
}

Or install with pip: pip install gmeow

README Excerpt

Gmeow is a local Gmail intelligence server for agents and automation. It exposes a loopback REST API and an MCP Streamable HTTP endpoint over an authenticated Gmail mailbox, while maintaining a local PostgreSQL-backed cache, semantic index, attachment object store, and knowledge graph. Gmeow is designed for trusted single-user local systems. By default it binds to `127.0.0.1` and does not add application-level authentication. Do not expose it directly to an untrusted network.

Topics

archiveemailfastapigmailknowledge-graphmcppgvectorpostgresqlpythonsemantic-search