mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-03-30 13:43:26 +08:00
Revert "feat: add orchestration workflows and harness skills"
This reverts commit cb43402d7d.
This commit is contained in:
@@ -72,11 +72,11 @@
|
||||
"env": {
|
||||
"EXA_API_KEY": "YOUR_EXA_API_KEY_HERE"
|
||||
},
|
||||
"description": "Web search, research, and data ingestion via Exa API — prefer task-scoped use for broader research after GitHub search and primary docs"
|
||||
"description": "Web search, research, and data ingestion via Exa API — recommended for research-first development workflow"
|
||||
},
|
||||
"context7": {
|
||||
"command": "npx",
|
||||
"args": ["-y", "@upstash/context7-mcp@latest"],
|
||||
"args": ["-y", "@context7/mcp-server"],
|
||||
"description": "Live documentation lookup"
|
||||
},
|
||||
"magic": {
|
||||
@@ -93,50 +93,6 @@
|
||||
"command": "python3",
|
||||
"args": ["-m", "insa_its.mcp_server"],
|
||||
"description": "AI-to-AI security monitoring — anomaly detection, credential exposure, hallucination checks, forensic tracing. 23 anomaly types, OWASP MCP Top 10 coverage. 100% local. Install: pip install insa-its"
|
||||
},
|
||||
"playwright": {
|
||||
"command": "npx",
|
||||
"args": ["-y", "@playwright/mcp", "--browser", "chrome"],
|
||||
"description": "Browser automation and testing via Playwright"
|
||||
},
|
||||
"fal-ai": {
|
||||
"command": "npx",
|
||||
"args": ["-y", "fal-ai-mcp-server"],
|
||||
"env": {
|
||||
"FAL_KEY": "YOUR_FAL_KEY_HERE"
|
||||
},
|
||||
"description": "AI image/video/audio generation via fal.ai models"
|
||||
},
|
||||
"browserbase": {
|
||||
"command": "npx",
|
||||
"args": ["-y", "@browserbasehq/mcp-server-browserbase"],
|
||||
"env": {
|
||||
"BROWSERBASE_API_KEY": "YOUR_BROWSERBASE_KEY_HERE"
|
||||
},
|
||||
"description": "Cloud browser sessions via Browserbase"
|
||||
},
|
||||
"browser-use": {
|
||||
"type": "http",
|
||||
"url": "https://api.browser-use.com/mcp",
|
||||
"headers": {
|
||||
"x-browser-use-api-key": "YOUR_BROWSER_USE_KEY_HERE"
|
||||
},
|
||||
"description": "AI browser agent for web tasks"
|
||||
},
|
||||
"token-optimizer": {
|
||||
"command": "npx",
|
||||
"args": ["-y", "token-optimizer-mcp"],
|
||||
"description": "Token optimization for 95%+ context reduction via content deduplication and compression"
|
||||
},
|
||||
"confluence": {
|
||||
"command": "npx",
|
||||
"args": ["-y", "confluence-mcp-server"],
|
||||
"env": {
|
||||
"CONFLUENCE_BASE_URL": "YOUR_CONFLUENCE_URL_HERE",
|
||||
"CONFLUENCE_EMAIL": "YOUR_EMAIL_HERE",
|
||||
"CONFLUENCE_API_TOKEN": "YOUR_CONFLUENCE_TOKEN_HERE"
|
||||
},
|
||||
"description": "Confluence Cloud integration — search pages, retrieve content, explore spaces"
|
||||
}
|
||||
},
|
||||
"_comments": {
|
||||
|
||||
Reference in New Issue
Block a user