Skip to main content
Glama

MCP Hub MCP Server

package.json806 B
{ "name": "mcp-hub-mcp", "version": "1.3.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.13.0", "zod": "^3.25.67" }, "devDependencies": { "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "@types/node": "^22.15.32", "semantic-release": "^24.2.5", "typescript": "^5.8.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/warpdev/mcp-hub-mcp'

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