Skip to main content
Glama

Resource Hub Server

by adamwattis

리소스 허브 서버

리소스 허브에 연결되는 MCP 서버입니다. 리소스 허브는 MCP 서버를 구성하고 관리하는 중앙 장소입니다.

개요

리소스 허브 서버는 로컬 MCP 환경과 리소스 허브 간의 프록시 역할을 합니다. 리소스 허브 서버를 통해 다음과 같은 작업을 수행할 수 있습니다.

  • 중앙에서 구성된 도구 및 리소스에 액세스
  • 다양한 환경에서 구성 공유
  • 한 곳에서 MCP 서버 설정을 관리하세요

용법

npx로 빠르게 시작하기

서버를 실행하는 가장 쉬운 방법은 npx를 사용하는 것입니다.

지엑스피1

소스에서 실행

소스에서 실행하려면:

  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