-
Notifications
You must be signed in to change notification settings - Fork 51
feat: add server.json for official MCP registry #276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
7bacdcb
a90dd20
c6f1de2
e374ad2
89b8f41
5395839
a3f81cb
2083760
e2cd33a
a5fc646
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,3 +19,4 @@ storage/key_value_stores/default/* | |
.venv | ||
.env | ||
.aider* | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json", | ||
"name": "com.apify/apify-mcp-server", | ||
"description": "Apify MCP Server providing access to thousands of web scraping and automation tools from Apify Store", | ||
"status": "active", | ||
"repository": { | ||
"url": "https://github.com/apify/apify-mcp-server", | ||
"source": "github" | ||
}, | ||
"version": "0.4.10", | ||
|
||
"packages": [ | ||
{ | ||
"registry_type": "npm", | ||
"registry_base_url": "https://registry.npmjs.org", | ||
"identifier": "@apify/actors-mcp-server", | ||
"version": "0.4.10", | ||
|
||
"transport": { | ||
"type": "stdio" | ||
}, | ||
"environment_variables": [ | ||
{ | ||
"description": "Apify API token for authentication with Apify platform services", | ||
"is_required": false, | ||
"format": "string", | ||
"is_secret": true, | ||
"name": "APIFY_TOKEN" | ||
} | ||
] | ||
} | ||
] | ||
} |
Uh oh!
There was an error while loading. Please reload this page.