Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"glama-mcp-server-search": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
An MCP server for searching and exploring MCP servers from the Glama MCP directory.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in search / developer-tools
Web and local search using Brave Search API
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
Asynchronous coordination layer for AI coding agents: identities, inboxes, searchable threads, and advisory file leases over FastMCP + Git + SQLite
MCP Security Weekly
Get CVE alerts and security updates for Glama MCP Server Search and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
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 paginationExample:
{
"query": "database",
"first": 5
}
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"
}
Get available attributes that can be used to filter MCP servers.
Parameters: None
npm run start
npm run dev
npm run test
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.
Use npm run format to format the code.
npm run format