Skip to main content
Glama

MCP-Hub-MCP Server

by tpavelek
package.json803 B
{ "name": "mcp-hub-mcp", "version": "1.1.0", "description": "MCP Hub server that connects to and manages other MCP servers", "main": "dist/index.js", "type": "module", "files": [ "dist", "README.md", "LICENSE" ], "bin": { "mcp-hub-mcp": "dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc && node dist/index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "mcp", "model-context-protocol" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.9.0", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^18.19.3", "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "semantic-release": "^21.0.7", "typescript": "^5.3.3" } }

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/tpavelek/mcp-hub-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server