20-God-Tier-AI-Coding-Extensions-Part-1
This repo turns “AI coding tools” into a repeatable engineering workflow. You’ll find editor extensions that surface errors/logs instantly, spec-driven frameworks (Spec Kit / OpenSpec) to align on requirements before coding, and skill/workflow packs (Agent Skills / Superpowers) to standardize planning, review, and execution.
claude mcp add --transport stdio jacob-lou-20-god-tier-ai-coding-extensions-part-1 npx -y details-md-placeholder-for-mcp-server
How to use
This MCP collection provides a curated set of servers that enable AI coding workflows with external tooling. The README outlines several extensions and services (e.g., web scraping, real-time web search, API/documentation lookups, browser debugging tools, and GitHub automation) designed to help an AI agent fetch up-to-date information, interact with live pages, run actions, and manage artifacts. To use these capabilities, follow the detailed guide referenced in details.md, which explains how to enable, configure, and connect each MCP server to your AI client. The tools are designed to be composable: you can query for latest docs with Context7, crawl pages with Firecrawl MCP, perform searches via Brave Search MCP, inspect a live Chrome session using Chrome DevTools MCP, and drive GitHub workflows with the GitHub MCP server, among others. Each server exposes a distinct interface and prompts you to provide access credentials or configuration files; ensure you grant the least privilege necessary and rotate keys as needed.
How to install
Prerequisites:
- A supported runtime (Node.js environment or Python, depending on the server variants you plan to run).
- Git for cloning repositories and managing versions.
- Basic familiarity with MCP concepts and your hosting environment.
Step-by-step:
- Prepare your environment
- Install Node.js (if you plan to run Node-based MCP servers): https://nodejs.org/
- Install Python (if you plan to run Python-based MCP servers): https://www.python.org/
- Clone the repository
- git clone https://github.com/your-username/20-god-tier-ai-coding-extensions-part-1.git
- cd 20-god-tier-ai-coding-extensions-part-1
- Read the companion guide
- The full installation and usage instructions are in details.md. Review that file to understand per-server setup, required environment variables, and prompts for authentication.
- Install dependencies
- If a package.json exists for a specific MCP server you enable, run:
- npm install
- If a requirements.txt or pyproject.toml exists for Python variants, run:
- python -m pip install -r requirements.txt
- If a package.json exists for a specific MCP server you enable, run:
- Run the MCP servers
- Follow the instructions in details.md for each server. Typical commands may include:
- npm run start for Node-based servers, or
- uvicorn or python -m module_name for Python-based servers, or
- docker run ... if using a containerized variant.
- Follow the instructions in details.md for each server. Typical commands may include:
- Connect your MCP client
- Use the connection details provided by details.md to register each server with your MCP client. Ensure the necessary environment variables (keys, endpoints, or tokens) are set in your runtime environment.
- Test with sample prompts
- Validate that each server responds with structured content and that the agent can call external tools safely.
Additional notes
Tips and common considerations:
- Start with a minimal subset of servers to validate the workflow (e.g., a web-crawl or a browser-debugging extension) before adding more tools.
- Use least privilege for credentials and rotate keys regularly.
- Some MCP servers may require browser or network access; ensure your hosting environment permits the necessary outbound connections.
- Review details.md for per-server configuration examples, prompts, and troubleshooting steps.
- If you plan to deploy in production, consider containerization (Docker) or virtualization to isolate each service and simplify scaling.
Related MCP Servers
claude-context
Code search MCP for Claude Code. Make entire codebase the context for any coding agent.
lc2mcp
Convert LangChain tools to FastMCP tools
Pare
Dev tools, optimized for agents. Structured, token-efficient MCP servers for git, test runners, npm, Docker, and more.
mcp-dock
A cross-platform MCP Server manager for Cursor, Claude, Windsurf, Zed & TRAE. Features one-click installation, multi-client sync, and a curated registry of Official & Smithery servers.
mcp-probe-kit
一个强大的 MCP (Model Context Protocol) 服务器,提20个实用工具,覆盖代码质量、开发效率、项目管理、生成skills文档全流程。
kratos
🏛️ Memory System for AI Coding Tools - Never explain your codebase again. MCP server with perfect project isolation, 95.8% context accuracy, and the Four Pillars Framework.