Glama-MCP-Server-Search
by kongyo2·★ 2·Score 32
An MCP server for searching and exploring MCP servers from the Glama directory.
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:
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 READMEsearch_mcp_serversquery?: string, first?: number, after?: stringSearch for MCP servers in the Glama directory using free text queries.
get_mcp_server_detailsnamespace: string, slug: stringGet detailed information about a specific MCP server.
get_mcp_server_attributesGet available attributes that can be used to filter MCP servers.
Comparable tools
Installation
npm install @kongyo2/glama-mcp-server-searchStart the server:
npm run startFor development mode:
npm run devFor 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
Last updated · Auto-generated from public README + GitHub signals.