ababa831/shared-mcp
v1.0.0MIT
Cursor/Codex で共通利用する MCP サーバ定義(chrome-devtools / bigquery / huggingface)
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
chrome-devtoolsstdio
{
"type": "stdio",
"command": "npx",
"args": [
"-y",
"chrome-devtools-mcp@1.6.0",
"--headless=false",
"--isolated=true",
"--no-usage-statistics"
]
}bigquerystreamable-http
{
"type": "streamable-http",
"url": "https://bigquery.googleapis.com/mcp"
}huggingfacestreamable-http
{
"type": "streamable-http",
"url": "https://huggingface.co/mcp?login"
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "shared-mcp",
"version": "1.0.0",
"description": "Cursor/Codex で共通利用する MCP サーバ定義(chrome-devtools / bigquery / huggingface)",
"license": "MIT",
"keywords": ["mcp", "chrome-devtools", "bigquery", "huggingface"]
}