Google's own remote MCP endpoints for Gmail, Drive, Docs, Sheets, Slides, Calendar, Chat and People — OAuth 2.0, hosted by Google, no server to run.
Memory
Summary
A knowledge-graph-based persistent memory system that lets an agent remember entities and relations across sessions.
Installation
Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.
Description
The reference Memory MCP server. It maintains a local knowledge graph of entities, relations, and observations that an agent can create, query, and update — giving assistants durable memory that survives across conversations.
Related MCP Servers
AWS's managed MCP server: call any AWS API, run sandboxed Python against your account, and load AWS agent skills on demand — under IAM, CloudWatch and CloudTrail.
Indexes the coding-agent sessions already sitting on your disk — months of history from before you installed it — and serves them back over MCP. 3.5 GB searched in ~1.5 ms, no LLM, no embeddings.
Google's official MCP server for driving the gcloud CLI from natural language, with allowlist and denylist controls over which commands an agent may run.

