Skip to content

Commit 4798500

Browse files
committed
feat: add
1 parent 4dce699 commit 4798500

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

server.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
3+
"name": "io.github.ScrapeGraphAI/scrapegraph-mcp",
4+
"description": "An MCP server that provides [describe what your server does]",
5+
"repository": {
6+
"url": "https://github.com/ScrapeGraphAI/scrapegraph-mcp",
7+
"source": "github"
8+
},
9+
"version": "1.0.0",
10+
"packages": [
11+
{
12+
"registryType": "pypi",
13+
"identifier": "scrapegraph-mcp",
14+
"version": "1.0.0",
15+
"transport": {
16+
"type": "stdio"
17+
},
18+
"environmentVariables": [
19+
{
20+
"description": "Your API key for the service",
21+
"isRequired": true,
22+
"format": "string",
23+
"isSecret": true,
24+
"name": "YOUR_API_KEY"
25+
}
26+
]
27+
}
28+
]
29+
}

0 commit comments

Comments
 (0)