brilliant-directories-mcp
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
com.pulsemcp/gcs · v0.1.14
MCP server for Google Cloud Storage with fine-grained tool access control.
gcs 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"gcs": {
"command": "npx",
"args": [
"-y",
"gcs-google-mcp-server"
],
"env": {
"GCS_PROJECT_ID": "<GCS_PROJECT_ID>"
}
}
}
}GCS_PROJECT_ID必填Google Cloud project ID.
GCS_SERVICE_ACCOUNT_KEY_FILE可选secretPath to service account key JSON file.
GCS_SERVICE_ACCOUNT_KEY_JSON可选secretService account key JSON contents (inline).
GCS_BUCKET可选Constrain all operations to a single bucket (hides bucket-level tools).
GCS_ENABLED_TOOLGROUPS可选Comma-separated tool groups to enable (readonly, readwrite, delete).
GCS_ENABLED_TOOLS可选Comma-separated list of specific tools to enable (overrides groups).
GCS_DISABLED_TOOLS可选Comma-separated list of specific tools to disable.
SKIP_HEALTH_CHECKS可选Skip health checks on startup.
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
v3.1.0
io.github.pvliesdonk/markdown-vault-mcp
Markdown vault MCP server with FTS5 + semantic search and frontmatter indexing
v0.3.0
io.github.opendata-kr/narajangteo-opening
나라장터 낙찰정보서비스 Open API를 위한 로컬 MCP 서버
v3.10.1
io.github.webdriverio/mcp
MCP server with WebdriverIO for browser and mobile app automation (iOS/Android via Appium)
v0.0.53
io.github.cablate/google-map
18 Google Maps tools for AI agents — geocode, search, directions, weather, and more.
v1.0.0
ai.arpi/arpi-mcp
AI-powered ECG analysis: submit ECG images and receive diagnosis reports from ARPI's ECG AI.
{
"id": "com.pulsemcp/gcs",
"type": "mcp-server",
"version": "0.1.14",
"displayName": "gcs",
"description": "MCP server for Google Cloud Storage with fine-grained tool access control.",
"repository": {
"url": "https://github.com/pulsemcp/mcp-servers",
"source": "github",
"subfolder": "experimental/gcs"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "gcs-google-mcp-server",
"version": "0.1.14",
"runtimeHint": "npx",
"transport": "stdio",
"environmentVariables": [
{
"name": "GCS_PROJECT_ID",
"description": "Google Cloud project ID.",
"isRequired": true
},
{
"name": "GCS_SERVICE_ACCOUNT_KEY_FILE",
"description": "Path to service account key JSON file.",
"isSecret": true
},
{
"name": "GCS_SERVICE_ACCOUNT_KEY_JSON",
"description": "Service account key JSON contents (inline).",
"isSecret": true
},
{
"name": "GCS_BUCKET",
"description": "Constrain all operations to a single bucket (hides bucket-level tools)."
},
{
"name": "GCS_ENABLED_TOOLGROUPS",
"description": "Comma-separated tool groups to enable (readonly, readwrite, delete)."
},
{
"name": "GCS_ENABLED_TOOLS",
"description": "Comma-separated list of specific tools to enable (overrides groups)."
},
{
"name": "GCS_DISABLED_TOOLS",
"description": "Comma-separated list of specific tools to disable."
},
{
"name": "SKIP_HEALTH_CHECKS",
"description": "Skip health checks on startup."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "com.pulsemcp/gcs",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/com.pulsemcp%2Fgcs/versions/latest",
"isOfficial": true,
"status": "active"
}
}