A collection of Model Context Protocol (MCP) servers developed by Arvore for seamless integration with AI assistants like Claude.
{
"mcpServers": {
"mgc": {
"env": {
"MGC_REGION": "br-ne1",
"MAGALU_DOCS_DIR": "./magalu-cloud-docs"
},
"args": [
"-y",
"@arvoretech/mgc-mcp"
],
"command": "npx"
},
"mysql": {
"env": {
"MYSQL_HOST": "localhost",
"MYSQL_PORT": "3306",
"MYSQL_USER": "readonly_user",
"MYSQL_DATABASE": "your_database",
"MYSQL_PASSWORD": "password"
},
"args": [
"-y",
"@arvoretech/mysql-mcp"
],
"command": "npx"
},
"kanban": {
"env": {
"KANBAN_UI": "true",
"KANBAN_PATH": "./kanban",
"KANBAN_PORT": "4799"
},
"args": [
"-y",
"@arvoretech/kanban-mcp"
],
"command": "npx"
},
"datadog": {
"env": {
"DATADOG_SITE": "datadoghq.com",
"DATADOG_API_KEY": "your-api-key",
"DATADOG_APP_KEY": "your-app-key"
},
"args": [
"-y",
"@arvoretech/datadog-mcp"
],
"command": "npx"
},
"metabase": {
"env": {
"METABASE_URL": "https://your-metabase-instance.com",
"METABASE_API_KEY": "your-api-key"
},
"args": [
"-y",
"@arvoretech/metabase-mcp"
],
"command": "npx"
},
"sendgrid": {
"env": {
"SENDGRID_API_KEY": "SG.your-api-key"
},
"args": [
"-y",
"@arvoretech/sendgrid-mcp"
],
"command": "npx"
},
"tempmail": {
"env": {
"TEMPMAIL_DOMAIN": "yourdomain.com",
"CLOUDFLARE_API_TOKEN": "your-api-token",
"CLOUDFLARE_ACCOUNT_ID": "your-account-id",
"CLOUDFLARE_D1_DATABASE_ID": "your-database-id"
},
"args": [
"-y",
"@arvoretech/tempmail-mcp"
],
"command": "npx"
},
"mcp-proxy": {
"env": {
"MYSQL_HOST": "localhost",
"MCP_PROXY_UPSTREAMS": "[{\"name\":\"mysql\",\"command\":\"npx\",\"args\":[\"-y\",\"@arvoretech/mysql-mcp\"],\"env\":{\"MYSQL_HOST\":\"${MYSQL_HOST}\"}}]"
},
"args": [
"packages/mcp-proxy/dist/index.js"
],
"command": "node"
},
"clickhouse": {
"env": {
"CLICKHOUSE_URL": "https://your-host:8443",
"CLICKHOUSE_USER": "default",
"CLICKHOUSE_DATABASE": "default",
"CLICKHOUSE_PASSWORD": "secret"
},
"args": [
"-y",
"@arvoretech/clickhouse-mcp"
],
"command": "npx"
},
"postgresql": {
"env": {
"POSTGRESQL_SSL": "false",
"POSTGRESQL_HOST": "localhost",
"POSTGRESQL_PORT": "5432",
"POSTGRESQL_USER": "postgres",
"POSTGRESQL_DATABASE": "your_database",
"POSTGRESQL_PASSWORD": "password"
},
"args": [
"-y",
"@arvoretech/postgresql-mcp"
],
"command": "npx"
},
"await-until": {
"args": [
"-y",
"@arvoretech/await-until-mcp"
],
"command": "npx"
},
"google-chat": {
"env": {
"GOOGLE_CHAT_USER_EMAIL": "user@yourdomain.com",
"GOOGLE_CHAT_CREDENTIALS_PATH": "/path/to/service-account.json"
},
"args": [
"-y",
"@arvoretech/google-chat-mcp"
],
"command": "npx"
},
"team-memory": {
"env": {
"MEMORY_PATH": "./memories"
},
"args": [
"-y",
"@arvoretech/memory-mcp"
],
"command": "npx"
},
"launchdarkly": {
"env": {
"LAUNCHDARKLY_EMAIL": "your-email@example.com",
"LAUNCHDARKLY_PROJECT": "default",
"LAUNCHDARKLY_PASSWORD": "your-password",
"LAUNCHDARKLY_ENVIRONMENT": "production"
},
"args": [
"-y",
"@arvoretech/launchdarkly-mcp"
],
"command": "npx"
},
"npm-registry": {
"args": [
"-y",
"@arvoretech/npm-registry-mcp"
],
"command": "npx"
},
"runtime-lens": {
"env": {
"RUNTIME_LENS_PROJECT_ROOT": "."
},
"args": [
"-y",
"@arvoretech/runtime-lens-mcp"
],
"command": "npx"
},
"agent-teams-chat": {
"env": {
"SLACK_CHANNEL": "C0123456789",
"AGENT_IDENTITY": "Your Name",
"SLACK_BOT_TOKEN": "xoxb-your-token"
},
"args": [
"-y",
"@arvoretech/agent-teams-chat-mcp"
],
"command": "npx"
},
"agent-teams-lead": {
"env": {
"WORKSPACE_PATH": "/path/to/your/workspace"
},
"args": [
"-y",
"@arvoretech/agent-teams-lead-mcp"
],
"command": "npx"
},
"aws-secrets-manager": {
"args": [
"-y",
"@arvoretech/aws-secrets-manager-mcp"
],
"command": "npx"
},
"meet-transcriptions": {
"args": [
"-y",
"@arvoretech/meet-transcriptions-mcp"
],
"command": "npx"
}
}
}No known vulnerabilities.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A collection of Model Context Protocol (MCP) servers developed by Arvore for seamless integration with AI assistants like Claude.
Is it safe?
No known CVEs for @arvoretech/aws-secrets-manager-mcp.
No authentication — any process on your machine can connect.
MIT. View license →
Is it maintained?
Last commit 1 days ago. 6 stars.
Will it work with my client?
Transport: stdio, sse, http. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@arvoretech/aws-secrets-manager-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol server for searching and analyzing arXiv papers
An open-source AI agent that brings the power of Gemini directly into your terminal.
The official Python SDK for Model Context Protocol servers and clients
MCP Security Weekly
Get CVE alerts and security updates for Arvore Mcp Servers and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.