★ 7 stars
TypeScript
🤖 AI/LLM
Updated today
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.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"ai-workspace-archive": {
"command": "npx",
"args": [
"-y",
"HIDORAKAI002/ai-workspace-archive"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add ai-workspace-archive npx -y HIDORAKAI002/ai-workspace-archive
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"ai-workspace-archive": {
"command": "npx",
"args": [
"-y",
"HIDORAKAI002/ai-workspace-archive"
]
}
}
}
📋 Copy