GitHub
Claude Codeopencodeβ Trusted
PRs, issues, repos, code search, file operations β full GitHub API via MCP.
npm / npx
npx -y @modelcontextprotocol/server-githubEnvironment variables
GITHUB_PERSONAL_ACCESS_TOKEN=your_pat_here
claude.json config
// ~/.claude.json β mcpServers section
"github": {
"command": "@modelcontextprotocol/server-github",
"args": []
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "your_pat_here"
}
}Filesystem
Claude Codeopencodeβ Trusted
Read, write, search, and manage local files and directories.
npm / npx
npx -y @modelcontextprotocol/server-filesystem /your/pathclaude.json config
// ~/.claude.json β mcpServers section
"filesystem": {
"command": "@modelcontextprotocol/server-filesystem",
"args": ["/your/path"]
}Memory
Claude Codeopencodeβ Trusted
Persistent key-value memory across sessions. Claude remembers what you tell it.
npm / npx
npx -y @modelcontextprotocol/server-memoryclaude.json config
// ~/.claude.json β mcpServers section
"memory": {
"command": "@modelcontextprotocol/server-memory",
"args": []
}Sequential Thinking
Claude Codeopencodeβ Trusted
Structured chain-of-thought reasoning for complex multi-step problems.
npm / npx
npx -y @modelcontextprotocol/server-sequential-thinkingclaude.json config
// ~/.claude.json β mcpServers section
"sequential-thinking": {
"command": "@modelcontextprotocol/server-sequential-thinking",
"args": []
}Cloudflare
Claude Codeopencodeβ Trusted
Manage DNS records, Workers, R2, KV, and 2500+ Cloudflare API endpoints.
npm / npx
npx mcp-server-cloudflareEnvironment variables
CLOUDFLARE_API_TOKEN=your_token CLOUDFLARE_ACCOUNT_ID=your_account_id
claude.json config
// ~/.claude.json β mcpServers section
"cloudflare": {
"command": "mcp-server-cloudflare",
"args": []
"env": {
"CLOUDFLARE_API_TOKEN": "your_token",
"CLOUDFLARE_ACCOUNT_ID": "your_account_id"
}
}Supabase
Claude Codeopencodeβ Trusted
Query your Supabase database, manage tables, run migrations, and inspect schemas.
β 60.4k/wk
npm / npx
npx -y @supabase/mcp-server-supabase@latest --project-ref=YOUR_REFclaude.json config
// ~/.claude.json β mcpServers section
"supabase": {
"command": "@supabase/mcp-server-supabase@latest",
"args": ["--project-ref=YOUR_REF"]
}Playwright
Claude Codeopencodeβ Trusted
Browser automation β navigate, click, screenshot, and scrape any website.
npm / npx
npx -y @playwright/mcp --browser chromeclaude.json config
// ~/.claude.json β mcpServers section
"playwright": {
"command": "@playwright/mcp",
"args": ["--browser", "chrome"]
}Context7
Claude Codeopencodeβ Trusted
Live documentation lookup for any library. Always up-to-date API references.
npm / npx
npx -y @upstash/context7-mcp@latestclaude.json config
// ~/.claude.json β mcpServers section
"context7": {
"command": "@upstash/context7-mcp@latest",
"args": []
}Firecrawl
Claude Codeopencodeβ Trusted
Scrape and crawl any website. Extract structured data from web pages.
β 102.2k/wk
npm / npx
npx -y firecrawl-mcpEnvironment variables
FIRECRAWL_API_KEY=your_key
claude.json config
// ~/.claude.json β mcpServers section
"firecrawl": {
"command": "firecrawl-mcp",
"args": []
"env": {
"FIRECRAWL_API_KEY": "your_key"
}
}Exa Web Search
Claude Codeopencodeβ Trusted
AI-powered web search and research. Better than keyword search for technical queries.
npm / npx
npx -y exa-mcp-serverEnvironment variables
EXA_API_KEY=your_key
claude.json config
// ~/.claude.json β mcpServers section
"exa": {
"command": "exa-mcp-server",
"args": []
"env": {
"EXA_API_KEY": "your_key"
}
}Atlassian (Jira + Confluence)
Claude Codeβ Trusted
Search and manage Jira issues and Confluence pages directly from your editor.
uvx (Python)
uvx mcp-atlassian==0.21.0Environment variables
JIRA_URL=https://yourorg.atlassian.net JIRA_EMAIL=you@example.com JIRA_API_TOKEN=your_token
claude.json config
// ~/.claude.json β mcpServers section
"atlassian": {
"command": "mcp-atlassian==0.21.0",
"args": []
"env": {
"JIRA_URL": "https://yourorg.atlassian.net",
"JIRA_EMAIL": "you@example.com",
"JIRA_API_TOKEN": "your_token"
}
}Railway
Claude Codeopencodeβ Trusted
Deploy and manage Railway projects, services, and databases.
β 17.6k/wk
npm / npx
npx -y @railway/mcp-serverEnvironment variables
RAILWAY_API_TOKEN=your_token
claude.json config
// ~/.claude.json β mcpServers section
"railway": {
"command": "@railway/mcp-server",
"args": []
"env": {
"RAILWAY_API_TOKEN": "your_token"
}
}Vercel
Claude Codeopencodeβ Trusted
Deploy projects, inspect builds, manage domains and environment variables on Vercel.
HTTP URL (no install)
https://mcp.vercel.comclaude.json config
// ~/.claude.json β mcpServers section
"vercel": {
"type": "http",
"url": "https://mcp.vercel.com"
}Magic UI
Claude Codeβ Trusted
Animated React components. Generate and customize Magic UI elements in your project.
npm / npx
npx -y @magicuidesign/mcp@latestclaude.json config
// ~/.claude.json β mcpServers section
"magic-ui": {
"command": "@magicuidesign/mcp@latest",
"args": []
}Cloudflare Docs
Claude Codeopencodeβ Trusted
Search Cloudflare documentation. Great for Workers, Pages, and DNS questions.
HTTP URL (no install)
https://docs.mcp.cloudflare.com/mcpclaude.json config
// ~/.claude.json β mcpServers section
"cf-docs": {
"type": "http",
"url": "https://docs.mcp.cloudflare.com/mcp"
}Browserbase
Claude Codeopencodeβ Trusted
Cloud browser sessions for headless automation without local Chrome.
npm / npx
npx -y @browserbasehq/mcp-server-browserbaseEnvironment variables
BROWSERBASE_API_KEY=your_key BROWSERBASE_PROJECT_ID=your_project
claude.json config
// ~/.claude.json β mcpServers section
"browserbase": {
"command": "@browserbasehq/mcp-server-browserbase",
"args": []
"env": {
"BROWSERBASE_API_KEY": "your_key",
"BROWSERBASE_PROJECT_ID": "your_project"
}
}fal.ai
Claude Codeβ Trusted
Generate images, videos, and audio using 100+ AI models via fal.ai.
β 360/wk
npm / npx
npx -y fal-ai-mcp-serverEnvironment variables
FAL_KEY=your_key
claude.json config
// ~/.claude.json β mcpServers section
"fal-ai": {
"command": "fal-ai-mcp-server",
"args": []
"env": {
"FAL_KEY": "your_key"
}
}Omega Memory
Claude Code
Advanced memory with semantic search, multi-agent coordination, and knowledge graphs.
uvx (Python)
uvx omega-memory serveclaude.json config
// ~/.claude.json β mcpServers section
"omega-memory": {
"command": "omega-memory",
"args": ["serve"]
}Everything Claude Code (ECC)
Claude Codeβ Trusted
The ultimate Claude Code plugin. Agents, skills, hooks, rules, and commands in one repo. Adds 20+ specialist agents and 50+ slash commands.
Claude plugin
claude plugin install eccPlanner Agent
Claude Codeβ Trusted
Breaks features into implementation plans β PRD, architecture, task lists β before any code is written.
Included in the ECC plugin β install ECC first.
Code Reviewer Agent
Claude Codeβ Trusted
Reviews code for quality, security, and maintainability. Flags CRITICAL β LOW issues.
Included in the ECC plugin β install ECC first.
Security Reviewer Agent
Claude Codeβ Trusted
OWASP Top 10, injection, XSS, auth bypass detection. Runs before every commit.
Included in the ECC plugin β install ECC first.
TDD Guide Agent
Claude Codeβ Trusted
Enforces test-driven development. Writes tests first, then implementation. 80%+ coverage.
Included in the ECC plugin β install ECC first.
Debugger Agent
Claude Codeβ Trusted
Systematic bug diagnosis. Traces root causes through logs, stack traces, and code paths.
Included in the ECC plugin β install ECC first.
Architect Agent
Claude Codeβ Trusted
System design decisions, scalability analysis, and architectural trade-offs.
Included in the ECC plugin β install ECC first.
Build Error Resolver
Claude Codeβ Trusted
Fixes TypeScript, build, and compilation errors with minimal diffs. Gets builds green fast.
Included in the ECC plugin β install ECC first.
opencode
opencodeβ Trusted
AI coding agent for the terminal. Works with Claude, GPT-4o, Gemini, and local Ollama models. Supports MCP servers.
Shell
curl -fsSL https://opencode.ai/install | bashopencode + Ollama
opencodeβ Trusted
Run opencode against your local Ollama models. No API key needed, fully offline.
opencode.json config
{
"provider": {
"ollama": {
"npm": "@ai-sdk/openai-compatible",
"name": "Ollama",
"options": {
"baseURL": "http://localhost:11434/v1"
},
"models": {
"qwen3:latest": {
"name": "Qwen3",
"tool_call": true
}
}
}
}
}opencode + Claude API
opencodeβ Trusted
Connect opencode to Anthropic Claude models via API key for maximum coding performance.
Shell
opencode auth loginECC Common Rules
Claude Codeβ Trusted
Universal coding standards: KISS, DRY, immutability, error handling, security, testing (80% coverage), git workflow.
Shell
./install.shECC TypeScript Rules
Claude Codeβ Trusted
TypeScript/JavaScript conventions: type safety, async patterns, Node/web security.
Shell
./install.sh typescriptECC Python Rules
Claude Codeβ Trusted
Python standards: PEP 8, type hints, Django/FastAPI patterns, security.
Shell
./install.sh pythonECC Go Rules
Claude Codeβ Trusted
Idiomatic Go: error handling, concurrency, goroutines, interfaces, performance.
Shell
./install.sh golang