Fetches and sets up an MCP server from a specified GitHub repository.
To install the add_tool
MCP server, run the following command:
{
"mcpServers": {
"add_tool": {
"command": "uvx",
"args": [
"--from",
"git+[https://github.com/henryhabib/mcpserverexample.git",
"mcp-server"
]
}
}
}
This will fetch and set up the mcp-server
from the specified GitHub repository.
Interact with the Unstructured API to manage data sources, destinations, workflows, and jobs.
Aggregates multiple MCP resource servers into a single interface using a JSON configuration file.
A lightweight Java framework for building MCP servers with TCP transport via mcp-java-bridge.
Interact with Binalyze AIR's digital forensics and incident response capabilities using natural language.
An MCP server for accessing YAPI interface details, configured via environment variables.
A reverse proxy gateway for managing and accessing multiple MCP servers through a single entry point, deployable via Docker.
Provides LLMs with essential random generation abilities, built entirely on Python's standard library.
Generate MCP servers using Smithery with Cursor IDE integration.
Execute JMeter tests and analyze results through MCP-compatible clients.
A template for deploying a remote MCP server on Cloudflare Workers, customizable by defining tools in the source code.