Skip to main content
Glama

Resource Hub Server

by adamwattis

servidor central de recursos

Un servidor MCP que se conecta al Centro de recursos: un lugar central para configurar y administrar sus servidores MCP.

Descripción general

El servidor del centro de recursos actúa como proxy entre su entorno MCP local y el Centro de recursos. Le permite:

  • Acceda a herramientas y recursos configurados centralmente
  • Compartir configuraciones entre diferentes entornos
  • Administre la configuración del servidor MCP en un solo lugar

Uso

Inicio rápido con npx

La forma más sencilla de ejecutar el servidor es usando npx:

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

Corriendo desde la fuente

Si desea ejecutar desde la fuente:

  1. Instalar dependencias:
npm install
  1. Construir el servidor:
npm run build
  1. Ejecuta con tu token del Centro de recursos:
RESOURCE_HUB_TOKEN=your_token npm start

Configuración

Necesitará un token del Centro de Recursos para usar este servidor. Puede obtenerlo en la página de tokens del Centro de Recursos.

Para utilizar con Claude Desktop, agregue la configuración del servidor:

En MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json En Windows: %APPDATA%/Claude/claude_desktop_config.json

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

Variables de entorno

  • RESOURCE_HUB_TOKEN (obligatorio): Su token de autenticación del Centro de recursos

Depuración

Dado que los servidores MCP se comunican a través de stdio, la depuración puede ser complicada. Recomendamos usar el Inspector MCP :

npm run inspector

El Inspector proporcionará una URL para acceder a las herramientas de depuración en su navegador.

-
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.

Un servidor MCP que se conecta al Centro de recursos, lo que permite la configuración y gestión centralizada de herramientas y recursos en diferentes entornos MCP.

  1. Descripción general
    1. Uso
      1. Inicio rápido con npx
      2. Corriendo desde la fuente
      3. Configuración
      4. Variables de entorno
      5. Depuración

    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