SkillAgentSearch skills...

resource-hub-server

An MCP proxy server to connect to the resource hub

Install / Use

claude mcp add adamwattis -- npx -y github:adamwattis/resource-hub-server

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

27/100

Supported Platforms

Claude Code
Claude Desktop

Tags

{ "name": "resource-hub-server", "version": "0.1.0", "description": "An MCP server to connect to the resource hub", "private": true, "type": "module", "bin": { "resource-hub-server": "./build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc && node -e "require('fs').chmodSync('build/index.js', '755')"", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js", "client": "node build/client.js" }, "dependencies": { "@modelcontextprotocol/sdk": "0.6.0", "eventsource": "^3.0.2" }, "devDependencies": { "@types/node": "^20.11.24", "typescript": "^5.3.3" } }

Related Skills

View on GitHub
GitHub Stars0
CategoryDevelopment
UpdatedNaNy ago
Forks0

Security Score

68/100

Audited on Invalid Date

2 medium1 low