File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "name" : " firecrawl-mcp" ,
3+ "version" : " 0.1.0" ,
4+ "description" : " Powerful web scraping and search from Codex via MCP" ,
5+ "author" : {
6+ "name" : " firecrawl" ,
7+ "url" : " https://github.com/firecrawl/firecrawl-mcp-server"
8+ },
9+ "homepage" : " https://github.com/firecrawl/firecrawl-mcp-server" ,
10+ "repository" : " https://github.com/firecrawl/firecrawl-mcp-server" ,
11+ "keywords" : [
12+ " mcp" ,
13+ " codex"
14+ ],
15+ "mcpServers" : " ./.mcp.json" ,
16+ "skills" : " ./skills/" ,
17+ "interface" : {
18+ "displayName" : " Firecrawl MCP" ,
19+ "shortDescription" : " Powerful web scraping and search from Codex via MCP" ,
20+ "longDescription" : " Official Firecrawl MCP Server. Adds powerful web scraping and search to Codex and any LLM client." ,
21+ "category" : " Web Scraping" ,
22+ "websiteURL" : " https://github.com/firecrawl/firecrawl-mcp-server"
23+ }
24+ }
Original file line number Diff line number Diff line change 1+ name : Plugin Quality Gate
2+
3+ on :
4+ pull_request :
5+ paths :
6+ - " .codex-plugin/**"
7+ - " skills/**"
8+ - " .mcp.json"
9+
10+ jobs :
11+ scan :
12+ runs-on : ubuntu-latest
13+ steps :
14+ - uses : actions/checkout@v4
15+ - name : Codex plugin quality gate
16+ uses : hashgraph-online/hol-codex-plugin-scanner-action@v1
17+ with :
18+ plugin_dir : " ."
19+ min_score : 80
20+ fail_on_severity : high
Original file line number Diff line number Diff line change 1+ {
2+ "mcpServers" : {
3+ "firecrawl-mcp" : {
4+ "command" : " npx" ,
5+ "args" : [
6+ " -y" ,
7+ " firecrawl-mcp"
8+ ]
9+ }
10+ }
11+ }
Original file line number Diff line number Diff line change 1+ ---
2+ name : firecrawl-mcp
3+ description : Powerful web scraping and search from Codex via MCP
4+ ---
5+
6+ # Firecrawl MCP for Codex
7+
8+ Use Firecrawl MCP from Codex via MCP.
9+
10+ ## When to use
11+ - When you need firecrawl-mcp capabilities in your Codex workflow
12+ - See https://github.com/firecrawl/firecrawl-mcp-server for full setup instructions
You can’t perform that action at this time.
0 commit comments