Skip to main content
Glama

Resource Hub Server

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

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

リソース ハブに接続し、さまざまな MCP 環境にわたるツールとリソースの集中的な構成と管理を可能にする MCP サーバー。

  1. 概要
    1. 使用法
      1. npx のクイックスタート
      2. ソースから実行
      3. 構成
      4. 環境変数
      5. デバッグ

    Related MCP Servers

    • -
      security
      F
      license
      -
      quality
      A configurable MCP server that dynamically loads capabilities from a remote configuration to bridge MCP clients with remote APIs for executing actions, accessing resources, and utilizing prompt templates.
      Last updated -
      690
      4
      TypeScript
    • 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 -
      30
      TypeScript
      MIT License
      • Apple
    • A
      security
      F
      license
      A
      quality
      An MCP server implementation that enables interaction with the Unstructured API, providing tools to list, create, update, and manage sources, destinations, and workflows.
      Last updated -
      39
      28
      • Apple
    • -
      security
      -
      license
      -
      quality
      An MCP server that enables Claude and other MCP clients to interact with Mattermost workspaces, providing channel management, messaging capabilities, and topic monitoring functionality.
      Last updated -
      TypeScript

    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