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.
io.github.localstack/localstack-mcp-server · v0.5.0
A LocalStack MCP Server providing essential tools for local cloud development & testing
localstack-mcp-server 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"localstack-mcp-server": {
"command": "npx",
"args": [
"-y",
"@localstack/localstack-mcp-server"
],
"env": {
"LOCALSTACK_AUTH_TOKEN": "<LOCALSTACK_AUTH_TOKEN>"
}
}
}
}LOCALSTACK_AUTH_TOKEN必填secretLocalStack Auth Token (required for all LocalStack MCP tools)
AWS_ACCESS_KEY_ID可选secretSource AWS access key used by AWS Replicator to read external AWS resources
AWS_SECRET_ACCESS_KEY可选secretSource AWS secret access key used by AWS Replicator to read external AWS resources
AWS_SESSION_TOKEN可选secretOptional source AWS session token used by AWS Replicator for temporary credentials
AWS_DEFAULT_REGION可选Source AWS region used by AWS Replicator
AWS_REPLICATOR_SOURCE_AWS_ACCESS_KEY_ID可选secretOptional Replicator-specific source AWS access key. Use this instead of AWS_ACCESS_KEY_ID when the Replicator source account should be isolated from generic AWS config.
AWS_REPLICATOR_SOURCE_AWS_SECRET_ACCESS_KEY可选secretOptional Replicator-specific source AWS secret access key. Use with AWS_REPLICATOR_SOURCE_AWS_ACCESS_KEY_ID.
AWS_REPLICATOR_SOURCE_AWS_SESSION_TOKEN可选secretOptional Replicator-specific source AWS session token for temporary credentials.
AWS_REPLICATOR_SOURCE_REGION_NAME可选Optional Replicator-specific source AWS region. Use with the AWS_REPLICATOR_SOURCE_* credential group.
AWS_REPLICATOR_SOURCE_ENDPOINT_URL可选Optional Replicator-specific source AWS endpoint URL for advanced source-account scenarios.
APP_INSPECTOR可选Set to 1 in the LocalStack container environment to enable App Inspector by default across restarts. The MCP tool can also toggle App Inspector at runtime.
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": "io.github.localstack/localstack-mcp-server",
"type": "mcp-server",
"version": "0.5.0",
"displayName": "localstack-mcp-server",
"description": "A LocalStack MCP Server providing essential tools for local cloud development & testing",
"repository": {
"url": "https://github.com/localstack/localstack-mcp-server",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@localstack/localstack-mcp-server",
"version": "0.5.0",
"transport": "stdio",
"environmentVariables": [
{
"name": "LOCALSTACK_AUTH_TOKEN",
"description": "LocalStack Auth Token (required for all LocalStack MCP tools)",
"isRequired": true,
"isSecret": true
},
{
"name": "AWS_ACCESS_KEY_ID",
"description": "Source AWS access key used by AWS Replicator to read external AWS resources",
"isSecret": true
},
{
"name": "AWS_SECRET_ACCESS_KEY",
"description": "Source AWS secret access key used by AWS Replicator to read external AWS resources",
"isSecret": true
},
{
"name": "AWS_SESSION_TOKEN",
"description": "Optional source AWS session token used by AWS Replicator for temporary credentials",
"isSecret": true
},
{
"name": "AWS_DEFAULT_REGION",
"description": "Source AWS region used by AWS Replicator"
},
{
"name": "AWS_REPLICATOR_SOURCE_AWS_ACCESS_KEY_ID",
"description": "Optional Replicator-specific source AWS access key. Use this instead of AWS_ACCESS_KEY_ID when the Replicator source account should be isolated from generic AWS config.",
"isSecret": true
},
{
"name": "AWS_REPLICATOR_SOURCE_AWS_SECRET_ACCESS_KEY",
"description": "Optional Replicator-specific source AWS secret access key. Use with AWS_REPLICATOR_SOURCE_AWS_ACCESS_KEY_ID.",
"isSecret": true
},
{
"name": "AWS_REPLICATOR_SOURCE_AWS_SESSION_TOKEN",
"description": "Optional Replicator-specific source AWS session token for temporary credentials.",
"isSecret": true
},
{
"name": "AWS_REPLICATOR_SOURCE_REGION_NAME",
"description": "Optional Replicator-specific source AWS region. Use with the AWS_REPLICATOR_SOURCE_* credential group."
},
{
"name": "AWS_REPLICATOR_SOURCE_ENDPOINT_URL",
"description": "Optional Replicator-specific source AWS endpoint URL for advanced source-account scenarios."
},
{
"name": "APP_INSPECTOR",
"description": "Set to 1 in the LocalStack container environment to enable App Inspector by default across restarts. The MCP tool can also toggle App Inspector at runtime."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.localstack/localstack-mcp-server",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.localstack%2Flocalstack-mcp-server/versions/latest",
"isOfficial": true,
"status": "active"
}
}