Skip to main content
Glama

MCP Compass 🧭

Model Context Protocol

MCP Discovery & Recommendation

Experience MCP Compass 🌐

You can now experience MCP discovery directly on our website!
👉 Explore MCP Compass 👈

Dive in to discover the power of MCP services in action with real-time recommendations and insights.


Related MCP server: MCPfinder Server

What is this? 🤔

MCP Compass is a discovery & recommendation service that helps you explore Model Context Protocol servers. It acts as a smart guide that helps AI assistants find and understand available MCP services out there based on natural language queries, making it easier to discover and utilize the right tools for specific tasks.

Quick Example

Features 🌟

  • 🔍 Smart Search: Find MCP services using natural language queries

  • 📚 Rich Metadata: Get detailed information about each service

  • 🔄 Real-time Updates: Always up-to-date with the latest MCP services MCP Servers

  • 🤝 Easy Integration: Simple to integrate with any MCP-compatible AI assistant

Quick Start 🚀

Usage

  1. Clone the repository

or

  1. 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 💬

Install Server
A
license - permissive license
B
quality
F
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    C
    maintenance
    A discovery and recommendation service that helps AI assistants find Model Context Protocol servers based on natural language queries.
    Last updated
    107
    89
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    An intelligent server that helps discover and research MCP servers using the Exa AI search engine, enabling users to find appropriate Model Context Protocol servers for specific requirements.
    Last updated
    3
  • A
    license
    -
    quality
    D
    maintenance
    A powerful orchestration layer for Model Context Protocol (MCP) servers that enables AI assistants to dynamically discover, inspect, and interact with multiple MCP servers through a unified interface.
    Last updated
    MIT

View all related MCP servers

Related MCP Connectors

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.

  • MCP Hub: AI service discovery, per-user OAuth, and multi-service workflow orchestration

View all MCP Connectors

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/liuyoshio/mcp-compass'

If you have feedback or need assistance with the MCP directory API, please join our Discord server