
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.
README
Glama MCP Server Search
<a href="https://glama.ai/mcp/servers/@kongyo2/Glama-MCP-Server-Search"> <img width="380" height="200" src="https://glama.ai/mcp/servers/@kongyo2/Glama-MCP-Server-Search/badge" /> </a>
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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.