A massive, self-updating local archive of AI tools — 11,000+ agent skills, 240+ MCP servers, 2,200+ IDE rules (Cursor/Cline), and 30+ system prompt collections. One repo to rule them all.
MCPpedia last refreshed this data
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"supabase": {
"env": {
"SUPABASE_KEY": "...",
"SUPABASE_URL": "..."
},
"args": [
"/path/to/mcps/databases/supabase-mcp/build/index.js"
],
"command": "node"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
The most comprehensive self-hostable AI developer toolbox on GitHub.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'openai' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked openai against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in developer-tools / ai-ml
Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP server for using the GitLab API
MCP Security Weekly
Get CVE alerts and security updates for Ai Workspace Archive and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
The most comprehensive self-hostable AI developer toolbox on GitHub.
29,746 agent skills & files | 23 MCP servers | 3,348 IDE rules | 8 system prompt collections | 12 API providers | 15 no-code platforms | 1,400+ public APIs -- 174 curated upstream repos, all free
One repository. Everything an AI developer needs. Offline. No subscriptions. No gatekeeping.
| # | Pillar | Scale | Path |
|---|---|---|---|
| 1 | AI Skills and Prompt Library | 29,746 files from curated repos | /ai_skills_library/ |
| 2 | MCP Server Repository | 23 repos across 11 categories | /mcps/ |
| 3 | IDE Context Rules | 3,348 AI rules for every stack | /ide_rules/ |
| 4 | System Prompts and Frameworks | 8 repos across 4 categories | /system_prompts/ |
| 5 | AI API Providers Reference | 12 providers, 50+ models | /api_providers/ |
| 6 | No-Code and Visual Workflow Builders | 15 repos, 29 cloned directories | /nocode_platforms/ |
| 7 | Public APIs Directory | 1,400+ APIs across 40+ categories | /public_apis/ |
| 8 | AI Agents & Advanced Tooling | Autonomous agents, frameworks & scraping | /ai_agents/ |
| - | Quick Start | Copy-paste commands for each pillar | - |
| - | Auto-Sync System | VPS bot + GitHub Actions | - |
| - | Archive Stats | Full breakdown | - |
/ai_skills_library/-- 29,746 structured YAML-frontmatted skill files, deep-categorized across 20 sub-domains, sourced from curated GitHub repositories
Every file follows the same structure: a YAML frontmatter block declaring the skill name, recommended model, input format, and usage context -- followed by the actual prompt content. Drop any file directly into Claude, Cursor, Gemini, Copilot, or any AI assistant as a system prompt.
ai_skills_library/skills/
|
+-- development/
| +-- frontend/ React, Vue, Angular, Next.js, Svelte, CSS, HTML, animations
| +-- backend/ FastAPI, Express, Django, Rails, Go APIs, gRPC, REST design
| +-- database/ SQL optimization, schema design, migrations, indexing
| +-- devops/ Docker, Kubernetes, Terraform, CI/CD, GitHub Actions, AWS
| +-- mobile/ React Native, Flutter, Swift, Kotlin, iOS, Android
| +-- security/ Pen testing, code review, OWASP, vulnerability analysis
| +-- ai-ml/ LLM integration, embeddings, RAG, fine-tuning, agents
|
+-- productivity/
| +-- writing/ Emails, reports, documentation, blog posts, READMEs
| +-- analysis/ Research synthesis, data analysis, competitor research
| +-- planning/ Project specs, task breakdown, sprint planning, roadmaps
| +-- communication/ Meeting summaries, presentations, Slack messages
| +-- finance/ Financial modeling, budget analysis, investment memos
|
+-- creative/
| +-- design/ UI/UX briefs, design systems, Figma instructions
| +-- marketing/ Ad copy, landing pages, social media, brand voice
| +-- multimedia/ Video scripts, podcast outlines, image prompts
|
+-- other/
+-- uncategorized/ Domain-specific skills: legal, medical, education, science
<detail