MCP Catalogs
Home

Glama-MCP-Server-Search

by kongyo2·2·Score 32

An MCP server for searching and exploring MCP servers from the Glama directory.

searchdeveloper-toolsai-llm
0
Forks
0
Open issues
9 mo ago
Last commit
2d ago
Indexed

Overview

The Glama MCP Server Search provides a specialized tool for discovering and exploring MCP servers available in the Glama directory. It allows users to search servers by keywords, retrieve detailed information about specific servers, and explore filtering attributes. The server implements cursor-based pagination to handle large result sets efficiently. Built with TypeScript, it follows modern development practices with linting and formatting tools.

Try asking AI

After installing, here are 7 things you can ask your AI assistant:

you:Help developers discover relevant MCP servers for their projects
you:Integrate server search functionality into AI applications
you:Monitor and analyze trends in MCP server development
you:Create automated workflows that interact with MCP directory data
you:What data sources does this server use?
you:Can I use this server to add new MCP servers to the directory?
you:Is there rate limiting for API calls?

When to choose this

Choose this MCP server when you need to discover and explore available MCP servers, particularly when you're building applications that integrate with multiple MCP services and need to understand the ecosystem landscape.

When NOT to choose this

Don't choose this if you only need to interact with a specific known MCP server or if you require functionality beyond directory exploration like direct tool access.

Tools this server exposes

3 tools extracted from the README
  • search_mcp_serversquery?: string, first?: number, after?: string

    Search for MCP servers in the Glama directory using free text queries.

  • get_mcp_server_detailsnamespace: string, slug: string

    Get detailed information about a specific MCP server.

  • get_mcp_server_attributes

    Get available attributes that can be used to filter MCP servers.

Comparable tools

mcp-directorysmitherymcp-hub

Installation

npm install @kongyo2/glama-mcp-server-search

Start the server:

npm run start

For development mode:

npm run dev

For Claude Desktop, add this to your config.json:

{
  "mcpServers": {
    "glama-search": {
      "command": "node",
      "args": ["dist/index.js"]
    }
  }
}

FAQ

What data sources does this server use?
This server uses the Glama MCP directory API to retrieve information about MCP servers.
Can I use this server to add new MCP servers to the directory?
No, this server is only for searching and retrieving information about existing MCP servers in the Glama directory.
Is there rate limiting for API calls?
The documentation doesn't specify rate limiting, but it's advisable to implement proper error handling in your application.

Compare Glama-MCP-Server-Search with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.