mcp-registry
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-registrysearch for servers related to database management"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-registry
MCP server for interacting with the MCP Registry API
Install
pip install mcp-registryRelated MCP server: Glama MCP Server Search
Usage
As an MCP Server
Configure in your MCP client:
{
"mcpServers": {
"mcp-registry": {
"command": "mcp-registry"
}
}
}Using npx
{
"mcpServers": {
"mcp-registry": {
"command": "npx",
"args": ["-y", "mcp-registry"]
}
}
}Available Tools
list_mcp_servers
Lists MCP servers from the MCP Registry with pagination.
list_mcp_servers(limit=50, cursor=None, registry_url="https://registry.modelcontextprotocol.io")search_mcp_servers
Searches for MCP servers by name or keywords.
search_mcp_servers(query="search term", limit=50, registry_url="https://registry.modelcontextprotocol.io")get_mcp_server
Gets detailed information about a specific MCP server.
get_mcp_server(name="server-name", registry_url="https://registry.modelcontextprotocol.io")get_server_versions
Gets available versions for a specific MCP server.
get_server_versions(name="server-name", registry_url="https://registry.modelcontextprotocol.io")Development
git clone https://github.com/daedalus/mcp-registry.git
cd mcp-registry
pip install -e ".[test]"
# run tests
pytest
# format
ruff format src/ tests/
# lint
ruff check src/ tests/
# type check
mypy src/mcp-name: io.github.daedalus/mcp-registry
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityFmaintenanceAn MCP server that allows searching for and retrieving information about Model Context Protocol servers registered on the MCP Hub.Last updated12MIT
- AlicenseAqualityDmaintenanceAn 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.Last updated33MIT
- Alicense-qualityDmaintenanceEnables searching and retrieving detailed information about MCP servers from the official MCP registry. Provides tools to list servers with filtering options and get comprehensive details about specific servers.Last updated413MIT
- AlicenseAqualityDmaintenanceA Model Context Protocol (MCP) server that provides tools to query the official MCP Registry.Last updated4142MIT
Related MCP Connectors
Search and browse every MCP server in the Model Context Protocol registry.
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
A MCP server built for developers enabling Git based project management with project and personal…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/daedalus/mcp-registry'
If you have feedback or need assistance with the MCP directory API, please join our Discord server