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.

コメント

「その他」の他のコンテンツ