- Home
- MCP servers
- MCP Compass
MCP Compass
- javascript
227
GitHub Stars
javascript
Language
6 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"liuyoshio-mcp-compass": {
"command": "npx",
"args": [
"-y",
"@liuyoshio/mcp-compass"
]
}
}
}MCP Compass helps your AI assistant discover and understand MCP services through smart search and real-time recommendations, enabling smoother integration and task-focused tool usage.
How to use
Use MCP Compass with an MCP-enabled client to search for and connect to MCP services. You can access it via an npm/npx-based workflow for quick trials, or run it locally from a repository to customize it for your environment.
Usage patterns you can adopt include:
How to install
Prerequisites: ensure you have a development environment with Node.js and npm available on your system.
Install and run MCP Compass using npm/npx or run a local build from a repository.
If you want to try the MCP Compass service directly with npx, run this command.
npx -y @liuyoshio/mcp-compass
If you prefer to run a locally built version from a repository, start the server with Node and point to the built index.js.
node /path/to/repo/build/index.js
Available tools
smart_search
Allows you to search MCP services using natural language queries to quickly identify relevant endpoints.
rich_metadata
Provides detailed information about each MCP service, including capabilities, status, and compatibility.
real_time_updates
Keeps the MCP service list up-to-date with the latest available MCP endpoints.
easy_integration
Facilitates straightforward integration with MCP-compatible AI assistants.