Full-Stack Developer
FeaturedEverything a full-stack developer needs: file system, databases, version control, browser debugging, and testing tools — all in one AI-powered workflow.
Read, search, and manipulate Git repositories
Core git operations — commit, branch, diff, log without leaving Claude
uvx mcp-server-git --repository /path/to/repoOfficial GitHub MCP — manage repos, issues, PRs, and code search
Create issues, review PRs, and manage repos directly from your chat
npx @github/mcp-serverSecure file operations with configurable access controls
Read, write, and manage local files — your IDE's file tree via AI
npx -y @modelcontextprotocol/server-filesystem /path/to/allowed/dirRead-only PostgreSQL access with schema inspection
Run SQL queries on PostgreSQL — essential for any backend developer
npx -y @modelcontextprotocol/server-postgres postgresql://user:pass@host/dbSQLite database interaction and business intelligence
Lightweight SQLite queries for local development and prototyping
uvx mcp-server-sqlite --db-path /path/to/db.sqliteInteract with Redis key-value stores
Inspect and manage Redis cache — debug performance bottlenecks fast
npx -y @modelcontextprotocol/server-redis redis://localhost:6379Control and inspect a live Chrome browser from AI agents
Inspect DOM, console logs, and network requests via Chrome DevTools
npx @chrome-devtools/mcp-serverReference/test server with prompts, resources, and tools
The reference MCP for testing your own MCP integrations
npx -y @modelcontextprotocol/server-everything