claude-run-cli
Version:
Enhanced Development System for Claude - Combines SPARC methodology with iterative planning
74 lines • 2.15 kB
JSON
{
"mcpServers": {
"puppeteer": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-puppeteer"],
"env": {
"PUPPETEER_LAUNCH_OPTIONS": "{\"headless\":false,\"devtools\":true,\"slowMo\":50,\"defaultViewport\":null,\"args\":[\"--start-maximized\",\"--window-size=1920,1080\",\"--no-sandbox\",\"--disable-setuid-sandbox\",\"--disable-web-security\",\"--disable-features=IsolateOrigins,site-per-process\"],\"ignoreHTTPSErrors\":true,\"userDataDir\":\"/tmp/myChromeSession\"}",
"ALLOW_DANGEROUS": "true"
}
},
"github": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-github"],
"alwaysAllow": [
"GITHUB_LIST_REPOS",
"GITHUB_GET_REPO",
"GITHUB_CREATE_ISSUE",
"GITHUB_LIST_ISSUES",
"GITHUB_CREATE_PULL_REQUEST",
"search_repositories",
"create_repository",
"create_branch",
"create_or_update_file",
"get_file_contents"
]
},
"perplexityai": {
"command": "npx",
"args": ["-y", "server-perplexity-ask"],
"alwaysAllow": [
"perplexity_ask",
"perplexity_research",
"perplexity_reason"
]
},
"supabase": {
"command": "npx",
"args": [
"-y",
"@supabase/mcp-server-supabase@latest",
"--access-token",
"$SUPABASE_ACCESS_TOKEN"
],
"alwaysAllow": [
"list_tables",
"execute_sql",
"listTables",
"list_projects",
"list_organizations",
"get_organization",
"apply_migration",
"get_project",
"execute_query",
"generate_typescript_types",
"listProjects"
]
},
"firecrawl": {
"command": "npx",
"args": ["-y", "firecrawl-mcp"],
"alwaysAllow": [
"FIRECRAWL_CANCEL_CRAWL_JOB",
"FIRECRAWL_CRAWL_JOB_STATUS",
"FIRECRAWL_MAP_URLS",
"FIRECRAWL_CRAWL_URLS",
"FIRECRAWL_EXTRACT",
"FIRECRAWL_SCRAPE_EXTRACT_DATA_LLM",
"FIRECRAWL_SEARCH",
"firecrawl_scrape",
"firecrawl_extract"
]
}
}
}