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 Hub Database Serversearch for servers related to weather data"
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-demo
MCP server for querying MCP Hub database
Installation
Configuration
Copy .env.example to .env and configure:
Run Server
Server runs on http://localhost:8080
Docker
Tools
search_mcp_servers- Search for MCP servers by keywordlist_mcp_servers- List MCP servers with pagination and sortingget_mcp_server_details- Get detailed information about a specific serverget_top_servers- Get top servers by popularity or recencyget_top_contributors- Get top contributors
RooCode Setup
HTTP Mode
Add to RooCode MCP settings (cline_mcp_settings.json):
stdio Mode
Testing
Unit Tests (Mock-based, no backend required)
Fast tests using mocks. Can run without backend server.
Integration Tests (Requires running backend)
Tests that call real API endpoints. Requires backend at http://localhost:8000.