-
Notifications
You must be signed in to change notification settings - Fork 294
Expand file tree
/
Copy pathplugin.json
More file actions
24 lines (24 loc) · 823 Bytes
/
plugin.json
File metadata and controls
24 lines (24 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "brightdata-mcp",
"version": "0.1.0",
"description": "Public web access and data collection from Codex via MCP",
"author": {
"name": "brightdata",
"url": "https://github.com/brightdata/brightdata-mcp"
},
"homepage": "https://github.com/brightdata/brightdata-mcp",
"repository": "https://github.com/brightdata/brightdata-mcp",
"keywords": [
"mcp",
"codex"
],
"mcpServers": "./.mcp.json",
"skills": "./skills/",
"interface": {
"displayName": "Bright Data MCP",
"shortDescription": "Public web access and data collection from Codex via MCP",
"longDescription": "A powerful MCP server for public web access. npm and PyPI package data, right from your AI agent.",
"category": "Web Scraping",
"websiteURL": "https://github.com/brightdata/brightdata-mcp"
}
}