MCP.so
登录

MCP Server Hub

@lrdspc

关于 MCP Server Hub

Servidor MCP centralizado hospedado no Vercel

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

lrdspc

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-server-hub": {
      "type": "http",
      "url": "https://mcp-server-hub.vercel.app/api/mcp"
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP Server Hub?

MCP Server Hub is a centralized Model Context Protocol (MCP) server hosted on Vercel. It enables AI models such as Claude and ChatGPT to interact with external services through a unified MCP endpoint. The server currently integrates with GitHub (repositories, issues, pull requests) and web search/URL content retrieval, and is built to be extensible for additional MCP servers.

How to use MCP Server Hub?

Connect any MCP client (Claude Desktop, VS Code, etc.) to the URL https://mcp-server-hub.vercel.app/api/mcp. For local testing, clone the repository, run npm install, create a .env.local file with the required variables, and execute npm run dev — the server will be available at http://localhost:3000/api/mcp. Deploy on Vercel by importing the repo and setting the environment variables GITHUB_TOKEN (required) and SEARCH_API_KEY (optional). Configuration examples in JSON are provided for VS Code and other MCP clients.

Key features of MCP Server Hub

  • Centralized MCP server hosted on Vercel
  • GitHub integration: repositories, issues, pull requests
  • Web search and URL content retrieval
  • Extensible architecture for adding new services
  • Works with any MCP‑compatible client
  • Supports local development and testing

Use cases of MCP Server Hub

  • Search GitHub repositories and inspect code
  • Create and manage GitHub issues programmatically
  • Fetch and summarize content from web URLs
  • Combine multiple external service calls in a single AI assistant session

FAQ from MCP Server Hub

What services are currently implemented?

GitHub MCP (repositories, issues, pull requests) and Web MCP (web search, URL content). The structure is extensible to add more MCP services.

How do I configure MCP Server Hub in VS Code?

Open VS Code settings, add the following to your JSON configuration: { "mcp": { "servers": { "github": { "url": "https://mcp-server-hub.vercel.app/api/mcp" } } } }.

What environment variables are required?

GITHUB_TOKEN is required (a GitHub personal access token with proper permissions). SEARCH_API_KEY is optional, depending on the search provider used.

Can I run MCP Server Hub locally?

Yes. Clone the repository, run npm install, create a .env.local file with the required variables, then run npm run dev. The server will be available at http://localhost:3000/api/mcp.

How do I deploy MCP Server Hub to Vercel?

Fork the repository, import it into Vercel as a new project, set the environment variables (GITHUB_TOKEN and optionally SEARCH_API_KEY), and click Deploy. The resulting URL becomes your MCP endpoint.

评论

其他 分类下的更多 MCP 服务器