resource-hub-server logo

resource-hub-server

by adamwattis

The resource-hub-server acts as a proxy between your local MCP environment and the Resource Hub, allowing you to access centrally configured tools and resources. It enables sharing configurations across different environments and managing MCP server settings in one place.

View on GitHub

Last updated: N/A

What is resource-hub-server?

The resource-hub-server is an MCP server that connects to the Resource Hub, providing a central place to configure and manage your MCP servers. It acts as a proxy between your local MCP environment and the Resource Hub.

How to use resource-hub-server?

You can use the server via npx with RESOURCE_HUB_TOKEN=your_token npx @adamwattis/resource-hub-server or by cloning the repository, installing dependencies (npm install), building the server (npm run build), and running it with your Resource Hub token (RESOURCE_HUB_TOKEN=your_token npm start). You also need to configure Claude Desktop to use the server.

Key features of resource-hub-server

  • Access centrally configured tools and resources

  • Share configurations across different environments

  • Manage MCP server settings in one place

  • Proxy functionality

  • Integration with Resource Hub

Use cases of resource-hub-server

  • Centralized MCP server configuration

  • Managing multiple MCP server environments

  • Sharing configurations between developers

  • Integrating with Claude Desktop

  • Debugging MCP servers with MCP Inspector

FAQ from resource-hub-server

What is the Resource Hub token?

The Resource Hub token is an authentication token required to connect to the Resource Hub. You can obtain it from the Resource Hub token page.

How do I configure Claude Desktop to use this server?

Add the server configuration to the claude_desktop_config.json file located in the appropriate directory for your operating system (MacOS or Windows).

How do I debug this server?

Use the MCP Inspector tool. Run npm run inspector to start the inspector and access debugging tools in your browser.

What environment variables are required?

The RESOURCE_HUB_TOKEN environment variable is required. It should contain your Resource Hub authentication token.

Can I run this server from source?

Yes, you can run the server from source by cloning the repository, installing dependencies, building the server, and then running it with your Resource Hub token.