Skip to main content
Glama
by adamwattis

リソースハブサーバー

リソース ハブに接続する MCP サーバー - MCP サーバーを構成および管理するための中心的な場所。

概要

リソースハブサーバーは、ローカルのMCP環境とリソースハブ間のプロキシとして機能します。これにより、以下のことが可能になります。

  • 一元的に構成されたツールとリソースにアクセスする

  • 異なる環境間で構成を共有する

  • MCP サーバーの設定を 1 か所で管理

使用法

npx のクイックスタート

サーバーを実行する最も簡単な方法は npx を使用することです。

RESOURCE_HUB_TOKEN=your_token npx @adamwattis/resource-hub-server

ソースから実行

ソースから実行する場合:

  1. 依存関係をインストールします:

npm install
  1. サーバーを構築します。

npm run build
  1. リソース ハブ トークンを使用して実行します。

RESOURCE_HUB_TOKEN=your_token npm start

構成

このサーバーを利用するには、リソースハブトークンが必要です。リソースハブトークンページから取得できます。

Claude Desktop で使用するには、サーバー設定を追加します。

MacOS の場合: ~/Library/Application Support/Claude/claude_desktop_config.json Windows の場合: %APPDATA%/Claude/claude_desktop_config.json

{ "mcpServers": { "resource-hub-server": { "command": "npx @adamwattis/resource-hub-server" } } }

環境変数

  • RESOURCE_HUB_TOKEN (必須): リソースハブの認証トークン

デバッグ

MCPサーバーはstdio経由で通信するため、デバッグが困難になる場合があります。MCP Inspectorの使用をお勧めします。

npm run inspector

インスペクターは、ブラウザでデバッグ ツールにアクセスするための URL を提供します。

-
security - not tested
F
license - not found
-
quality - not tested

Related MCP Servers

  • A
    security
    A
    license
    A
    quality
    An MCP server that provides access to project files and their contents, allowing users to retrieve file data from specified project directories with error handling and configuration options.
    Last updated -
    1
    6
    MIT License
  • A
    security
    A
    license
    A
    quality
    A central hub that aggregates multiple MCP resource servers into a single unified interface, enabling users to access tools and capabilities from multiple backend servers through one connection point.
    Last updated -
    7
    184
    MIT License
    • Apple
  • A
    security
    A
    license
    A
    quality
    A hub server that connects to and manages other MCP (Model Context Protocol) servers.
    Last updated -
    7
    31
    56
    MIT License

View all related MCP servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/adamwattis/resource-hub-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server