Full-Stack Developer

Featured

Everything a full-stack developer needs: file system, databases, version control, browser debugging, and testing tools — all in one AI-powered workflow.

Development8 MCP servers in this stack
1
MCP GitOfficialVersion Control

Read, search, and manipulate Git repositories

Core git operations — commit, branch, diff, log without leaving Claude

Install Command
uvx mcp-server-git --repository /path/to/repo
2
GitHub MCPOfficialVersion Control

Official GitHub MCP — manage repos, issues, PRs, and code search

Create issues, review PRs, and manage repos directly from your chat

Install Command
npx @github/mcp-server
3
MCP FilesystemOfficialFile System

Secure file operations with configurable access controls

Read, write, and manage local files — your IDE's file tree via AI

Install Command
npx -y @modelcontextprotocol/server-filesystem /path/to/allowed/dir
4
MCP PostgreSQLOfficialDatabases

Read-only PostgreSQL access with schema inspection

Run SQL queries on PostgreSQL — essential for any backend developer

Install Command
npx -y @modelcontextprotocol/server-postgres postgresql://user:pass@host/db
5
MCP SQLiteOfficialDatabases

SQLite database interaction and business intelligence

Lightweight SQLite queries for local development and prototyping

Install Command
uvx mcp-server-sqlite --db-path /path/to/db.sqlite
6
MCP RedisOfficialDatabases

Interact with Redis key-value stores

Inspect and manage Redis cache — debug performance bottlenecks fast

Install Command
npx -y @modelcontextprotocol/server-redis redis://localhost:6379
7
Chrome DevTools MCPOfficialDeveloper Tools

Control and inspect a live Chrome browser from AI agents

Inspect DOM, console logs, and network requests via Chrome DevTools

Install Command
npx @chrome-devtools/mcp-server
8
MCP EverythingOfficialDeveloper Tools

Reference/test server with prompts, resources, and tools

The reference MCP for testing your own MCP integrations

Install Command
npx -y @modelcontextprotocol/server-everything