A collection of Model Context Protocol (MCP) servers developed by Arvore for seamless integration with AI assistants like Claude.
Config is the same across clients — only the file and path differ.
{
"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"
}
}
}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.
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:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @arvoretech/aws-secrets-manager-mcp against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in education
A Model Context Protocol server for searching and analyzing arXiv papers
MCP server for NotebookLM - Let your AI agents (Claude Code, Codex) research documentation directly with grounded, citation-backed answers from Gemini. Persistent auth, library management, cross-client sharing. Zero hallucinations, just your knowledge base.
A MCP server that integrates the Semantic Scholar API and the arXiv API so AI assistants (e.g. Claude Code, Cursor) can search and fetch academic paper metadata.
MCP server that uses arxiv-to-prompt to fetch and process arXiv LaTeX sources for precise interpretation of mathematical expressions in scientific papers.
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.
A collection of Model Context Protocol (MCP) servers developed by Arvore for seamless integration with AI assistants like Claude.
This monorepo contains the following MCP servers:
Manage AWS Secrets Manager secrets directly from your AI assistant.
Features:
Query and analyze Datadog monitoring data.
Features:
Execute read-only MySQL queries safely.
Features:
Execute read-only PostgreSQL queries safely.
Features:
Execute read-only ClickHouse queries safely.
Features:
Search and get information about npm packages.
Features:
Manage LaunchDarkly feature flags directly from your AI assistant.
Features:
Self-hosted temporary email server with SMTP + SQLite.
Features:
Google Chat integration for managing spaces, members, and messages.
Features:
Team memory — persistent knowledge base with semantic search for AI-assisted development.
Features:
paraphrase-multilingual-MiniLM-L12-v2Runtime Lens — Runtime inspection with inline values for React, NestJS and Next.js. Two components in one package: a VS Code/Cursor/Kiro extension with inline value display and an MCP server for AI-assisted debugging.
Features:
--require that patches console.log/warn/error/debug