Add ScrapeGraph MCP server configuration (#18923)

This commit is contained in:
Marco Vinciguerra 2026-01-11 17:27:46 +01:00 committed by GitHub
parent 7aee1fcb81
commit c82d74587d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,5 +14,10 @@
"linear": {
"sse_url": "https://mcp.linear.app/sse",
"description": "The Linear MCP server provides programmatic access to Linear's issue tracking capabilities."
},
"scrapegraph": {
"http_url": "https://smithery.ai/api/mcp/scrapegraph-mcp",
"sse_url": "https://smithery.ai/api/mcp/scrapegraph-mcp/sse",
"description": "The ScrapeGraph MCP server provides programmatic access to ScrapeGraph AI's web scraping capabilities, including smart scraping, web crawling, search scraping, and agentic scraping workflows."
}
}
}