evo-mcp
evo-mcp is a tool built in JavaScript that offers specific functionalities but may not meet the general requirements of a Machine Computer Program (MCP). Its limited range of features and low integration with other projects make it challenging to evaluate as an MCP.
GitHub Stars
1
User Rating
Not Rated
Favorites
0
Views
76
Forks
3
Issues
0
MCP Evolution API Supergateway
MCP Evo Supergateway is gateway application to interface with the Evolution API.
It sets up an stdio MCP server defined in index.js and exposes it as a server-sent events (SSE) endpoint, making it ideal for remote connections or integration with tools like n8n.
Getting Started
To get started, first clone this repository:
git clone https://github.com/brunonuzzi/evo-mcp.git
cd mcp-evo-supergateway
Building the Docker Image
To build the Docker image for this repository, run the following command:
docker build --pull --rm -f 'Dockerfile' -t 'mcp-evo-supergateway:latest' '.'
Running the Docker Container
To run the Docker container, use the following command:
docker run -it --rm -p 8000:8000 mcp-evo-supergateway:latest
Environment Variables
The application requires the following environment variables to be set:
EVOLUTION_APIKEY=: Your API key for the Evolution service.EVOLUTION_INSTANCE=: The instance identifier for the Evolution service.EVOLUTION_API_BASE=: The base URL for the Evolution API.
Accessing the MCP SSE Server
Once the container is running, you can access the application at:
http://localhost:8000/sse
Testing the Application
To test the application, run the following command:
npx @modelcontextprotocol/inspector
Then connect to:
http://localhost:8000/sse
0
Followers
0
Repositories
0
Gists
0
Total Contributions
The Lite_MCP_sdk is an SDK designed to make AI agent technology easily accessible using JavaScript. It is specifically tailored for beginners, allowing users to build remote MCP servers and clients effortlessly. Its simple interface and copy-and-paste setup make it user-friendly and ideal for those with minimal programming experience.
folderr-mcp-server is a server application built with JavaScript that automates file management and folder operations. It provides a simple API, allowing developers to easily manipulate the file system. While the documentation is well-organized, the feature set is somewhat limited, making it suitable as a learning resource for beginners but with constraints on practical usability.