MCP Tools Hub
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Tools Hublist available tools"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Tools Hub
MCP-сервер с веб-интерфейсом для просмотра и вызова инструментов через REST API.
Быстрый старт
# Установка зависимостей
npm install
# Запуск сервера
npm startОткройте http://localhost:3000 в браузере.
Related MCP server: mcp-any-openapi
Переменные окружения
Скопируйте .env.example в .env:
cp .env.example .envПеременная | По умолчанию | Описание |
PORT | 3000 | Порт Express-сервера |
LOG_LEVEL | info | Уровень логирования (debug, info, warn, error) |
MCP_TRANSPORT | sse | Предпочтительный транспорт (stdio, sse) |
Тестирование
npm testАрхитектура
Проект построен по модульному принципу:
src/mcp/tools/— каждый инструмент в отдельном файле. Чтобы добавить новый, создайте файл с экспортамиname,description,inputSchema,handler.src/mcp/tools/registry.js— автоматически загружает инструменты из папкиtools/.src/mcp/server.js— инициализация MCP-сервера.src/api/routes.js— REST API для браузерного UI.src/public/— фронтенд на Vanilla JS.
API Endpoints
GET /api/health— проверка работы сервераGET /api/tools— список доступных инструментовPOST /api/tools/:name/call— вызов инструментаGET /mcp/sse— SSE транспорт для MCP-клиентовPOST /mcp/message— приём сообщений MCP
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/lapaduga/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server