Skip to content

Latest commit

 

History

History
103 lines (78 loc) · 7.5 KB

File metadata and controls

103 lines (78 loc) · 7.5 KB

Curated MCP Servers

Vetted MCP (Model Context Protocol) servers for use with Claude Code. Each server listed here is actively maintained, open source, and has been reviewed for reliability. Servers are organized by domain to help you find the right integration for your workflow.

How to use: Add servers to your .claude/settings.json under the mcpServers key, or configure them globally in ~/.claude/settings.json. See the MCP documentation for setup details.


Data and Databases

Server Description
PostgreSQL Query and inspect PostgreSQL databases with read-only access and schema introspection
Neon Manage Neon serverless Postgres projects, branches, databases, and run SQL queries
SQLite Read and write SQLite databases with full SQL support and schema inspection
BigQuery Query Google BigQuery datasets and explore table schemas
MySQL Connect to MySQL databases for queries, schema exploration, and data inspection
Redis Interact with Redis key-value stores for cache inspection and data management
MongoDB Query MongoDB collections, inspect schemas, and manage documents
Supabase Manage Supabase projects including database, auth, storage, and edge functions

File and Notebook

Server Description
Filesystem Secure file operations (read, write, move, search) with configurable access controls
Jupyter Execute code in Jupyter notebooks, manage kernels, and read notebook contents
Google Drive Search and read files from Google Drive including Docs, Sheets, and PDFs
S3 Browse, read, and manage objects in Amazon S3 buckets

Version Control

Server Description
GitHub Manage repos, issues, PRs, branches, files, and actions via the GitHub API
GitLab Interact with GitLab repos, merge requests, issues, pipelines, and project settings
Git Local git operations including status, diff, log, branch management, and commits

Cloud Platforms

Server Description
AWS KB Retrieval Retrieve information from AWS Knowledge Bases using Bedrock Agent Runtime
Terraform Manage Terraform configurations, plan and apply infrastructure changes
Vercel Deploy projects, manage deployments, and inspect build logs on Vercel
Cloudflare Manage Cloudflare Workers, KV, R2, D1, and DNS configurations
Kubernetes Inspect and manage Kubernetes clusters, pods, deployments, and services

Monitoring and Observability

Server Description
Sentry Retrieve and analyze error reports, issues, and performance data from Sentry
PostHog Query analytics, feature flags, experiments, and user data from PostHog
Datadog Query metrics, traces, logs, and monitors from Datadog
Grafana Search dashboards, query data sources, and manage alerts in Grafana
PagerDuty List and manage incidents, services, and on-call schedules in PagerDuty

Communication and Project Management

Server Description
Slack Read channels, post messages, manage threads, and search Slack workspaces
Linear Create and manage issues, projects, and cycles in Linear
Notion Search, read, and update pages and databases in Notion workspaces
Jira Manage Jira issues, boards, sprints, and Confluence pages
Asana Create and manage tasks, projects, and workflows in Asana

Search and Documentation

Server Description
Brave Search Web and local search via the Brave Search API with rich result summaries
Fetch Fetch and extract content from any URL, converting HTML to markdown
Exa Neural search engine for finding semantically relevant web content and documents
Tavily AI-optimized search engine returning clean, structured results for LLM consumption
Context7 Pull up-to-date documentation and code examples for libraries directly into your prompt

Developer Tools

Server Description
Puppeteer Browser automation for web scraping, testing, and screenshots via Puppeteer
Docker Manage Docker containers, images, volumes, and networks
Sequential Thinking Structured step-by-step reasoning for complex problem-solving tasks
Memory Persistent knowledge graph for maintaining context across sessions
ESLint Run ESLint diagnostics and auto-fix on JavaScript/TypeScript files

Selection Criteria

Servers in this list were selected based on:

  1. Active maintenance -- Regular commits and responsiveness to issues
  2. Clear documentation -- README with setup instructions and usage examples
  3. Stability -- No frequent breaking changes or unresolved critical bugs
  4. Security -- Appropriate access controls and no unnecessary permissions
  5. Relevance -- Solves a real workflow need for developers using Claude Code

Contributing

Know a great MCP server that should be on this list? Open a PR following the format above. Include a brief justification for why it meets the selection criteria.