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/s3 · v0.0.5
MCP server for AWS S3 with fine-grained tool control and S3-compatible endpoint support.
s3 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"s3": {
"command": "npx",
"args": [
"-y",
"s3-aws-mcp-server"
],
"env": {
"AWS_ACCESS_KEY_ID": "<AWS_ACCESS_KEY_ID>",
"AWS_SECRET_ACCESS_KEY": "<AWS_SECRET_ACCESS_KEY>"
}
}
}
}AWS_ACCESS_KEY_ID必填secretAWS access key ID for authentication.
AWS_SECRET_ACCESS_KEY必填secretAWS secret access key for authentication.
AWS_REGION可选AWS region for S3 operations.
AWS_ENDPOINT_URL可选Custom S3 endpoint URL for MinIO or S3-compatible services.
S3_FORCE_PATH_STYLE可选Use path-style addressing instead of virtual-hosted-style.
S3_BUCKET可选Constrain all operations to a single bucket.
S3_ENABLED_TOOLGROUPS可选Comma-separated tool groups: readonly or readwrite.
S3_ENABLED_TOOLS可选Whitelist specific tools by name.
S3_DISABLED_TOOLS可选Blacklist specific tools by name.
SKIP_HEALTH_CHECKS可选Skip AWS credential validation health checks at 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/s3",
"type": "mcp-server",
"version": "0.0.5",
"displayName": "s3",
"description": "MCP server for AWS S3 with fine-grained tool control and S3-compatible endpoint support.",
"repository": {
"url": "https://github.com/pulsemcp/mcp-servers",
"source": "github",
"subfolder": "experimental/s3"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "s3-aws-mcp-server",
"version": "0.0.5",
"runtimeHint": "npx",
"transport": "stdio",
"environmentVariables": [
{
"name": "AWS_ACCESS_KEY_ID",
"description": "AWS access key ID for authentication.",
"isRequired": true,
"isSecret": true
},
{
"name": "AWS_SECRET_ACCESS_KEY",
"description": "AWS secret access key for authentication.",
"isRequired": true,
"isSecret": true
},
{
"name": "AWS_REGION",
"description": "AWS region for S3 operations."
},
{
"name": "AWS_ENDPOINT_URL",
"description": "Custom S3 endpoint URL for MinIO or S3-compatible services."
},
{
"name": "S3_FORCE_PATH_STYLE",
"description": "Use path-style addressing instead of virtual-hosted-style."
},
{
"name": "S3_BUCKET",
"description": "Constrain all operations to a single bucket."
},
{
"name": "S3_ENABLED_TOOLGROUPS",
"description": "Comma-separated tool groups: readonly or readwrite."
},
{
"name": "S3_ENABLED_TOOLS",
"description": "Whitelist specific tools by name."
},
{
"name": "S3_DISABLED_TOOLS",
"description": "Blacklist specific tools by name."
},
{
"name": "SKIP_HEALTH_CHECKS",
"description": "Skip AWS credential validation health checks at startup."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "com.pulsemcp/s3",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/com.pulsemcp%2Fs3/versions/latest",
"isOfficial": true,
"status": "active"
}
}