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/remote-filesystem · v0.1.5
MCP server for remote filesystem operations on cloud storage (Google Cloud Storage).
remote-filesystem 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"remote-filesystem": {
"command": "npx",
"args": [
"-y",
"remote-filesystem-mcp-server"
],
"env": {
"GCS_BUCKET": "<GCS_BUCKET>"
}
}
}
}GCS_BUCKET必填Google Cloud Storage bucket name.
GCS_PROJECT_ID可选Google Cloud project ID.
GCS_CLIENT_EMAIL可选Service account email for inline credentials.
GCS_PRIVATE_KEY可选secretService account private key for inline credentials.
GOOGLE_APPLICATION_CREDENTIALS可选Path to Google Cloud service account key file.
GCS_ROOT_PATH可选Root path prefix to restrict access within bucket.
GCS_MAKE_PUBLIC可选Make uploaded files publicly accessible.
ENABLED_TOOLGROUPS可选Comma-separated tool groups: readonly or readwrite.
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/remote-filesystem",
"type": "mcp-server",
"version": "0.1.5",
"displayName": "remote-filesystem",
"description": "MCP server for remote filesystem operations on cloud storage (Google Cloud Storage).",
"repository": {
"url": "https://github.com/pulsemcp/mcp-servers",
"source": "github",
"subfolder": "experimental/remote-filesystem"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "remote-filesystem-mcp-server",
"version": "0.1.5",
"runtimeHint": "npx",
"transport": "stdio",
"environmentVariables": [
{
"name": "GCS_BUCKET",
"description": "Google Cloud Storage bucket name.",
"isRequired": true
},
{
"name": "GCS_PROJECT_ID",
"description": "Google Cloud project ID."
},
{
"name": "GCS_CLIENT_EMAIL",
"description": "Service account email for inline credentials."
},
{
"name": "GCS_PRIVATE_KEY",
"description": "Service account private key for inline credentials.",
"isSecret": true
},
{
"name": "GOOGLE_APPLICATION_CREDENTIALS",
"description": "Path to Google Cloud service account key file."
},
{
"name": "GCS_ROOT_PATH",
"description": "Root path prefix to restrict access within bucket."
},
{
"name": "GCS_MAKE_PUBLIC",
"description": "Make uploaded files publicly accessible."
},
{
"name": "ENABLED_TOOLGROUPS",
"description": "Comma-separated tool groups: readonly or readwrite."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "com.pulsemcp/remote-filesystem",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/com.pulsemcp%2Fremote-filesystem/versions/latest",
"isOfficial": true,
"status": "active"
}
}