MCP HubMCP Hub
liuyoshio

mcp-compass

by: liuyoshio

MCP Discovery & Recommendation Service - Find the right MCP server for your needs

66created 27/12/2024
Visit
discovery
recommendation

πŸ“Œ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

  1. 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
  1. 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 πŸ’¬