allanbrunobr_mcp_servers

allanbrunobr_mcp_servers

by allanbrunobr
A collection of MCP servers for extending language model capabilities like Claude.

Enhancing Claude with Model Context Protocol Servers

Overview

This repository contains a collection of MCP (Model Context Protocol) servers designed to extend the capabilities of language models like Claude. MCP enables communication between language models and local servers, providing additional tools and resources to enhance their functionality.

Available Servers

The repository includes the following MCP servers:

  • filesystem: Access to the local filesystem
  • flowise: Integration with Flowise for workflows
  • gcloud: Integration with Google Cloud services
  • github: Integration with GitHub
  • mysql: Integration with MySQL databases
  • postgresql: Integration with PostgreSQL databases
  • stripe: Integration with the Stripe API
  • supabase: Integration with Supabase
  • litellm: Proxy for multiple language models
  • sonarqube: Integration with SonarQube for code analysis
  • Serper-search-mcp: Integration with the Serper API for web searches
  • firecrawl-mcp-server: Tool for web scraping
  • wolframalpha-llm-mcp: Integration with WolframAlpha

Getting Started

Prerequisites

  1. Clone this repository.
  2. Set up the necessary environment variables for each server.
  3. Add the servers to your MCP client configuration.

Using the Startup Script

This repository includes a startup script to simplify running the MCP servers:

# Make the script executable (if necessary)
chmod +x start.sh

# Run the script
./start.sh

The script will check for Node.js and TypeScript installations, install dependencies, compile the servers, and start them.

Using Docker

This repository includes a Dockerfile and a docker-compose.yml file to facilitate running the MCP servers in Docker containers.

To run the servers using Docker:

# Build and start the containers
docker-compose up -d

# Check the logs
docker-compose logs -f

# Stop the containers
docker-compose down

Before running, ensure you configure the necessary environment variables in the docker-compose.yml file.

Configuration

Each MCP server may have specific configuration requirements. Refer to the documentation in each server's folder for detailed instructions.

Contributing

Contributions are welcome! If you want to add a new MCP server or improve an existing one, feel free to open a pull request.

License

This project is licensed under the MIT License.

Features & Capabilities

Categories
mcp_server model_context_protocol javascript typescript docker api_integration claude language_models

Implementation Details

Stats

0 Views
0 Favorites
0 GitHub Stars

Repository Info

allanbrunobr Organization

Similar Servers

continuedev_continue by continuedev
0
0
0