Add Tool
Fetches and sets up an MCP server from a specified GitHub repository.
Installation Steps
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.
Servidores relacionados
Alpha Vantage MCP Server
patrocinadorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
MCP JS Debugger
Debug JavaScript and TypeScript applications through the Chrome DevTools Protocol with full source map support.
MCP Proxy
A bidirectional MCP proxy connecting stdio and Server-Sent Events (SSE) with OAuth support.
Shadcn Space MCP
Integrate shadcn space MCP server into your IDE to generate ready-to-use shadcn/ui components without guesswork.
ComfyUI
An MCP server for ComfyUI integration.
ctx
Automatically builds and serves context files from codebases for AI assistants like Claude.
UnityNaturalMCP
An MCP server implementation for the Unity game engine that enables a natural user experience.
Authless Remote MCP Server
An example of a remote MCP server deployable on Cloudflare Workers without authentication.
Rakit UI AI
An intelligent tool for AI assistants to present multiple UI component designs for user selection.
MCP Tree-sitter Server
A server for code analysis using Tree-sitter, with context management capabilities.
MCP Project Setup
A starter project with setup instructions and example MCP servers, including a weather server.