kongyo2

Glama MCP Server Search

Community kongyo2
Updated

Glama MCP Server Search

smithery badge

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

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

MCP Server ยท Populars

MCP Server ยท New

    gradion-ai

    ipybox

    A lightweight and secure Python code execution sandbox based on IPython and Docker

    Community gradion-ai
    CrowdStrike

    falcon-mcp

    Connect AI agents to CrowdStrike Falcon for automated security analysis and threat hunting

    Community CrowdStrike
    robotmcp

    ROS MCP Server

    Quickly connect AI agents with Physical Robots (ROS/ROS2) via MCP. No code changes needed in ROS

    Community robotmcp
    seekrays

    SeekCode

    A clean and efficient code snippet and clipboard management tool designed for developers

    Community seekrays
    perplexityai

    Perplexity Ask MCP Server

    A Model Context Protocol Server connector for Perplexity API, to enable web search without leaving the MCP ecosystem.

    Community perplexityai