Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

MCP Cheatsheet

The only file you need. Copy-paste MCP configurations for the 50 most popular tools and services.

Works with Claude Code, Cursor, and any MCP-compatible client.

Servers License: MIT


How to Use

  1. Find the tool you use below
  2. Copy the JSON snippet
  3. Add it to your .mcp.json file in your project root
  4. Set the environment variable
  5. Restart your AI tool

Combine multiple servers in a single .mcp.json:

{
  "mcpServers": {
    "server-1": { "url": "${VAR_1}" },
    "server-2": { "url": "${VAR_2}" }
  }
}

Get SSE endpoint URLs by deploying servers on the Vinkius AI Gateway.


Developer Tools

GitHub

{ "github": { "url": "${VINKIUS_GITHUB_MCP_URL}" } }

Repos, issues, PRs, Actions, code search — Deploy

GitLab

{ "gitlab": { "url": "${VINKIUS_GITLAB_MCP_URL}" } }

Repos, CI/CD, merge requests — Deploy

Linear

{ "linear": { "url": "${VINKIUS_LINEAR_MCP_URL}" } }

Issues, projects, cycles — Deploy

Sentry

{ "sentry": { "url": "${VINKIUS_SENTRY_MCP_URL}" } }

Error tracking, performance — Deploy

Figma

{ "figma": { "url": "${VINKIUS_FIGMA_MCP_URL}" } }

Design files, components, tokens — Deploy

Databases

PostgreSQL

{ "postgres": { "url": "${VINKIUS_POSTGRESQL_MCP_URL}" } }

Query, schema, migrations — Deploy

MongoDB

{ "mongodb": { "url": "${VINKIUS_MONGODB_MCP_URL}" } }

Documents, aggregations, indexes — Deploy

Redis

{ "redis": { "url": "${VINKIUS_REDIS_MCP_URL}" } }

Key-value, caching, pub/sub — Deploy

Supabase

{ "supabase": { "url": "${VINKIUS_SUPABASE_MCP_URL}" } }

PostgreSQL, auth, storage, realtime — Deploy

Airtable

{ "airtable": { "url": "${VINKIUS_AIRTABLE_MCP_URL}" } }

Tables, records, views — Deploy

Cloud

AWS S3

{ "s3": { "url": "${VINKIUS_AWS_S3_MCP_URL}" } }

Buckets, objects, presigned URLs — Deploy

Cloudflare

{ "cloudflare": { "url": "${VINKIUS_CLOUDFLARE_MCP_URL}" } }

DNS, Workers, R2, Pages — Deploy

Vercel

{ "vercel": { "url": "${VINKIUS_VERCEL_MCP_URL}" } }

Deployments, domains, env vars — Deploy

Communication

Slack

{ "slack": { "url": "${VINKIUS_SLACK_MCP_URL}" } }

Messages, channels, search — Deploy

Discord

{ "discord": { "url": "${VINKIUS_DISCORD_MCP_URL}" } }

Servers, channels, messages — Deploy

Telegram

{ "telegram": { "url": "${VINKIUS_TELEGRAM_MCP_URL}" } }

Messages, bots, groups — Deploy

CRM and Sales

HubSpot

{ "hubspot": { "url": "${VINKIUS_HUBSPOT_MCP_URL}" } }

Contacts, deals, companies, pipelines — Deploy

Salesforce

{ "salesforce": { "url": "${VINKIUS_SALESFORCE_MCP_URL}" } }

Leads, opportunities, accounts — Deploy

Pipedrive

{ "pipedrive": { "url": "${VINKIUS_PIPEDRIVE_MCP_URL}" } }

Deals, contacts, activities — Deploy

Payments

Stripe

{ "stripe": { "url": "${VINKIUS_STRIPE_MCP_URL}" } }

Payments, subscriptions, invoices — Deploy

PayPal

{ "paypal": { "url": "${VINKIUS_PAYPAL_MCP_URL}" } }

Payments, refunds, disputes — Deploy

Analytics

Google Analytics

{ "ga": { "url": "${VINKIUS_GA_MCP_URL}" } }

Traffic, events, audiences, reports — Deploy

Mixpanel

{ "mixpanel": { "url": "${VINKIUS_MIXPANEL_MCP_URL}" } }

Events, funnels, cohorts — Deploy

PostHog

{ "posthog": { "url": "${VINKIUS_POSTHOG_MCP_URL}" } }

Events, feature flags, session replay — Deploy

AI & Memory

Mem0

{ "memory": { "url": "${VINKIUS_MEM0_MCP_URL}" } }

Persistent agent memory — Deploy

OpenAI

{ "openai": { "url": "${VINKIUS_OPENAI_MCP_URL}" } }

GPT, DALL-E, Whisper, embeddings — Deploy

Pinecone

{ "vectors": { "url": "${VINKIUS_PINECONE_MCP_URL}" } }

Vector search, embeddings — Deploy

Productivity

Google Drive

{ "drive": { "url": "${VINKIUS_GOOGLE_DRIVE_MCP_URL}" } }

Files, folders, sharing — Deploy

Google Sheets

{ "sheets": { "url": "${VINKIUS_GOOGLE_SHEETS_MCP_URL}" } }

Spreadsheets, ranges, formulas — Deploy

Notion

{ "notion": { "url": "${VINKIUS_NOTION_MCP_URL}" } }

Pages, databases, blocks — Deploy

Todoist

{ "todoist": { "url": "${VINKIUS_TODOIST_MCP_URL}" } }

Tasks, projects, labels — Deploy

E-commerce

Shopify

{ "shopify": { "url": "${VINKIUS_SHOPIFY_MCP_URL}" } }

Products, orders, customers — Deploy

Content

WordPress

{ "wordpress": { "url": "${VINKIUS_WORDPRESS_MCP_URL}" } }

Posts, pages, media, users — Deploy

Monitoring

Datadog

{ "datadog": { "url": "${VINKIUS_DATADOG_MCP_URL}" } }

Metrics, logs, traces, dashboards — Deploy

PagerDuty

{ "pagerduty": { "url": "${VINKIUS_PAGERDUTY_MCP_URL}" } }

Incidents, schedules, escalations — Deploy

Search

Exa AI

{ "search": { "url": "${VINKIUS_EXA_AI_MCP_URL}" } }

Neural web search for AI — Deploy

Algolia

{ "algolia": { "url": "${VINKIUS_ALGOLIA_MCP_URL}" } }

Search-as-a-service, indexing — Deploy

Social

Twitter / X

{ "twitter": { "url": "${VINKIUS_TWITTER_MCP_URL}" } }

Posts, timelines, search — Deploy

Data

Snowflake

{ "snowflake": { "url": "${VINKIUS_SNOWFLAKE_MCP_URL}" } }

Data warehouse, SQL queries — Deploy

BigQuery

{ "bigquery": { "url": "${VINKIUS_BIGQUERY_MCP_URL}" } }

Serverless analytics, SQL — Deploy


This cheatsheet covers the 50 most popular MCP servers. The Vinkius AI Gateway offers 2,600+ servers across every category. Browse the full catalog at vinkius.com/en/categories.

License

MIT — Vinkius Labs

About

Copy-paste MCP configs for the 50 most popular tools. GitHub, Stripe, Slack, PostgreSQL, OpenAI — one JSON snippet each.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors