VOOZH about

URL: https://glama.ai/mcp/servers/adamwattis/resource-hub-server?locale=ja-JP

⇱ リソースハブサーバー by adamwattis | Glama


リソースハブサーバー

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

概要

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

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

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

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

Related MCP server: Agent Construct

使用法

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 を提供します。

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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