mcp-compass
by: liuyoshio
MCP Discovery & Recommendation Service - Find the right MCP server for your needs
πOverview
Purpose: MCP Compass serves to facilitate the discovery and utilization of Model Context Protocol servers by enabling AI assistants to navigate available services through natural language queries.
Overview: MCP Compass is a transformative discovery and recommendation service designed for exploring MCP servers. It simplifies the process of finding relevant MCP services by understanding user queries in natural language, empowering users to effectively select appropriate tools for various tasks.
Key Features:
-
Smart Search: Enables users to locate MCP services using natural language queries, enhancing accessibility and user-friendliness.
-
Rich Metadata: Provides comprehensive details about each service, ensuring users have the necessary information to make informed decisions.
-
Real-time Updates: Continuously refreshes with the latest MCP services, maintaining accuracy and relevance in the discovery process.
-
Easy Integration: Offers straightforward integration capabilities with any MCP-compatible AI assistant, streamlining the setup process.
MCP Compass π§
Overview
MCP Compass is a discovery and recommendation service that helps you explore Model Context Protocol servers. It acts as a smart guide, assisting AI assistants in finding and understanding available MCP services based on natural language queries.
Features π
- π Smart Search: Find MCP services using natural language queries
- π Rich Metadata: Detailed information about each service
- π Real-time Updates: Always up-to-date with the latest MCP services
- π€ Easy Integration: Simple integration with any MCP-compatible AI assistant
Quick Start π
Usage
- Clone the repository or use
npx
.
Installation
For Claude Desktop, edit your claude_desktop_config.json
file:
MacOS/Linux
code ~/Library/Application\ Support/Claude/claude_desktop_config.json
Windows
code $env:AppData\Claude\claude_desktop_config.json
-
As an MCP Service:
Add to your AI assistant's MCP configuration to enable service discovery capabilities.
{ "mcpServers": { "mcp-compass": { "command": "npx", "args": [ "-y", "@liuyoshio/mcp-compass" ] } } }
or
{ "mcpServers": { "mcp-compass": { "command": "node", "args": [ "/path/to/repo/build/index.js" ] } } }
License π
MIT License - See LICENSE
file for details.
Support π¬
- π Report issues
- π‘ Feature requests
- π Documentation