Skip to main content
Glama

Glama MCP Server Search

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

This server provides tools to search for MCP servers, get detailed information about specific servers, and explore available server attributes using the Glama MCP API.

Features

  • Search MCP Servers: Search the Glama directory using free text queries
  • Get Server Details: Retrieve detailed information about specific MCP servers
  • Browse Attributes: Explore available filtering attributes for MCP servers
  • Pagination Support: Handle large result sets with cursor-based pagination

Available Tools

1. search_mcp_servers

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

Parameters:

  • query (optional): Free text search query (e.g., "database", "weather", "hacker news")
  • first (optional): Number of results to return (1-100, default: 10)
  • after (optional): Cursor for pagination

Example:

{ "query": "database", "first": 5 }

2. get_mcp_server_details

Get detailed information about a specific MCP server.

Parameters:

  • namespace: The namespace/organization (e.g., "microsoft", "openai")
  • slug: The server slug/name (e.g., "playwright-mcp")

Example:

{ "namespace": "microsoft", "slug": "playwright-mcp" }

3. get_mcp_server_attributes

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

Parameters: None

Usage Examples

Start the server

npm run start

Development mode with CLI interaction

npm run dev

Testing

npm run test

Linting

Having a good linting setup reduces the friction for other developers to contribute to your project.

npm run lint

This boilerplate uses Prettier, ESLint and TypeScript ESLint to lint the code.

Formatting

Use npm run format to format the code.

npm run format
Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

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

This server provides tools to search for MCP servers, get detailed information about specific servers, and explore available server attributes using the Glama MCP API.

  1. Features
    1. Available Tools
      1. 1. search_mcp_servers
      2. 2. get_mcp_server_details
      3. 3. get_mcp_server_attributes
    2. Usage Examples
      1. Start the server
      2. Development mode with CLI interaction
      3. Testing
      4. Linting
      5. Formatting

    Related MCP Servers

    • -
      security
      A
      license
      -
      quality
      MCP server to interact with Google produts.
      Last updated -
      414
      Python
      MIT License
      • Apple
    • A
      security
      A
      license
      A
      quality
      Easily find MCP servers using our MCP registry. Search with natural language.
      Last updated -
      1
      5
      JavaScript
      MIT License
    • -
      security
      A
      license
      -
      quality
      Stores metadata for MCP servers and provides smart search capabilities, allowing users to find appropriate MCP servers for their queries and route requests to the most suitable server.
      Last updated -
      9
      Python
      MIT License
    • A
      security
      A
      license
      A
      quality
      An MCP server that allows searching for and retrieving information about Model Context Protocol servers registered on the MCP Hub.
      Last updated -
      1
      1
      MIT License
      • Apple
      • Linux

    View all related MCP servers

    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/kongyo2/Glama-MCP-Server-Search'

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