Get the FREE Ultimate OpenClaw Setup Guide →

arvore s

A collection of Model Context Protocol (MCP) servers developed by Arvore for seamless integration with AI assistants like Claude.

Installation
Run this command in your terminal to add the MCP server to Claude Code.
Run in terminal:
Command
claude mcp add --transport stdio arvoreeducacao-arvore-mcp-servers npx -y @arvoretech/mysql-mcp \
  --env MYSQL_HOST="localhost" \
  --env MYSQL_PORT="3306" \
  --env MYSQL_USER="readonly_user" \
  --env MYSQL_DATABASE="your_database" \
  --env MYSQL_PASSWORD="password"

How to use

Arvore's MCP Servers provide a suite of tools that let your AI assistant perform a wide range of tasks via the Model Context Protocol. Each server runs as a small, self-contained service that can be invoked by your assistant to access external systems like databases, monitoring platforms, email templates, or cloud services. The collection includes read-only database clients for MySQL and PostgreSQL, secret management with AWS Secrets Manager, data querying for Datadog, template management for SendGrid, and more. You can route user intents to the appropriate MCP server, enabling capabilities such as listing secrets, running safe read-only queries, querying metrics, or managing feature flags via LaunchDarkly. This setup makes it easy to extend AI capabilities without embedding credentials or business logic directly in your prompts.

How to install

Prerequisites:

  • Node.js and npm (or pnpm) installed on your machine
  • Access to install npm packages globally

Installation steps:

  1. Install the MCP packages you need globally. For example: npm install -g @arvoretech/aws-secrets-manager-mcp npm install -g @arvoretech/datadog-mcp npm install -g @arvoretech/mysql-mcp npm install -g @arvoretech/postgresql-mcp npm install -g @arvoretech/npm-registry-mcp
  2. Repeat for any other MCPs you want to enable (launchdarkly, tempmail, google-chat, memory, runtime-lens, meet-transcriptions, sendgrid, mcp-proxy).
  3. Configure Claude or your client to reference the MCP servers using the recommended mcpServers section (see configuration snippet in the repository's README).
  4. Start each MCP server as needed (the npm package typically provides a start command or you can run the package directly via npx as shown in the configuration).
  5. Ensure environment variables are set for services that require credentials (see mcp_config example).

Additional notes

Tips:

  • Use read-only database MCPs (MySQL, PostgreSQL) to reduce risk in AI interactions.
  • For services that require credentials (Datadog, AWS Secrets Manager, LaunchDarkly), prefer using environment variables rather than embedding secrets directly in prompts.
  • The mcp-proxy can help consolidate multiple MCPs behind a single interface with multilingual embedding and cursor-based pagination.
  • If an MCP server fails to start, check that you have network access to the target services and that all required environment variables are correctly set.
  • When using Claude Desktop, ensure the mcpServers configuration aligns with your local file paths for the claude_desktop_config.json.
  • Regularly update MCP packages to pull in security and feature improvements.

Related MCP Servers

Sponsor this space

Reach thousands of developers