UNPKG

@julianoczkowski/my-rules

Version:

Personal development rules, guidelines, and documentation for coding projects

97 lines (72 loc) 1.72 kB
# List of most commonly used MCP Servers ## Context7 - AI Context Management _Provides intelligent context management and retrieval capabilities_ ```json "context7": { "url": "https://mcp.context7.com/mcp", "headers": {} } ``` ## GitHub - Repository Integration _Access GitHub repositories, issues, and pull requests directly_ ```json "github": { "url": "https://api.githubcopilot.com/mcp/", "headers": { "Authorization": "add your token" } } ``` ## Supabase - Database Operations _Read-only access to Supabase databases and backend services_ ```json "supabase": { "command": "npx", "args": ["-y", "@supabase/mcp-server-supabase", "--read-only"], "env": { "SUPABASE_ACCESS_TOKEN": "add your token" } } ``` ## AWS Knowledge Base - Cloud Documentation _Access AWS documentation and cloud service knowledge_ ```json "aws-knowledge-mcp-server": { "url": "https://knowledge-mcp.global.api.aws" } ``` ## Firecrawl - Web Scraping _Intelligent web scraping and content extraction from websites_ ```json "firecrawl-mcp": { "command": "npx", "args": ["-y", "firecrawl-mcp"], "env": { "FIRECRAWL_API_KEY": "add your token" } } ``` ## Microsoft Docs - Technical Documentation _Access Microsoft's comprehensive technical documentation_ ```json "microsoft.docs.mcp": { "type": "http", "url": "https://learn.microsoft.com/api/mcp" } ``` ## Chrome DevTools - Browser Development _Interact with Chrome browser developer tools and debugging_ ```json "chrome-devtools": { "command": "npx", "args": ["chrome-devtools-mcp@latest"] } ``` ## Modus Docs - Documentation _Access Modus design guides and framework documentation_ ```json "modus-docs": { "command": "npx", "args": ["-y", "@julianoczkowski/mcp-modus"] } ```