-
GitHub
Browse repositories, read code, search issues, create PRs, and manage workflows via the GitHub API.
-
Filesystem
Read, write, and search files on the local filesystem with configurable access boundaries.
-
GitLab
Read repositories, manage merge requests, and trigger pipelines via the GitLab API.
-
Postgres
Read-only access to a Postgres database — list tables, run SELECTs, inspect schemas.
-
SQLite
Read + write access to a local SQLite database file — full CRUD, schema management.
-
Google Drive
Search, read, and create Google Drive files — Docs, Sheets, Slides, and arbitrary uploads.
-
Slack
Post messages, read channels, search history, and manage users in a Slack workspace.
-
Brave Search
Web + local-business search via the Brave Search API — privacy-first, no Google account required.
-
Fetch
Plain HTTP fetch — pull web pages and convert them to clean markdown for the model.
-
Puppeteer
Headless Chrome automation — click, type, screenshot, and JS-eval on any web page.
-
Memory
Knowledge-graph memory — store entities, observations, and relations across conversations.
-
Sequential Thinking
Structured chain-of-thought scaffolding — the model writes its own multi-step plan as MCP calls.
-
Time
Time + timezone utilities — current time, conversions, formatting across IANA timezones.
-
EverArt
AI image generation via the EverArt API — text-to-image with multiple model choices.
-
Google Maps
Geocoding, directions, place search, and distance-matrix lookups via the Google Maps API.
-
Sentry
Read Sentry issue details + stack traces so the model can debug errors with full context.
-
Everything
Demonstration server exercising every MCP primitive — tools, resources, prompts, sampling.
-
AWS Knowledge Base
Query a Bedrock Knowledge Base — RAG retrieval over your indexed AWS documents.
-
Redis
Read + write to a Redis instance — strings, hashes, lists, sets, sorted sets.