Glama MCP Server Search
FreeNot checkedGlama MCP Server Search — Model Context Protocol server
About
Glama MCP Server Search — Model Context Protocol server
README
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
Installing Glama MCP Server Search
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/kongyo2/Glama-MCP-Server-SearchFAQ
Is Glama MCP Server Search MCP free?
Yes, Glama MCP Server Search MCP is free — one-click install via Unyly at no cost.
Does Glama MCP Server Search need an API key?
No, Glama MCP Server Search runs without API keys or environment variables.
Is Glama MCP Server Search hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Glama MCP Server Search in Claude Desktop, Claude Code or Cursor?
Open Glama MCP Server Search on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Glama MCP Server Search with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
