A community-driven registry for the Claude Code ecosystem. Not affiliated with Anthropic.
Let Claude search and browse the CodeGuilds registry mid-conversation — no browser required.
{
"mcpServers": {
"codeguilds": {
"command": "npx",
"args": ["@codeguilds/mcp-server"]
}
}
}Once installed, Claude can search the CodeGuilds registry, find packages, and give you install instructions — all inside your Claude Code session.
You: Find me an MCP server for Notion
Claude: I found mcp-notion on CodeGuilds. Here's how to install it...
You: Show me the Security Toolkit collection
Claude: The Security Toolkit has 12 packages including trailofbits-security, agento-patronum...
Open ~/.claude/settings.json and add:
{
"mcpServers": {
"codeguilds": {
"command": "npx",
"args": ["@codeguilds/mcp-server"]
}
}
}Restart the app or run /mcp to reload servers. You'll see codeguilds listed as a connected MCP server.
Claude can now search the registry. Try any of these:
"Search CodeGuilds for database tools""How do I install context7?""Show me the React & Next.js Dev collection""What are the most popular MCP servers?"These tools are automatically available to Claude once the MCP server is connected.
search_packagesSearch the registry by keyword — returns package names, types, and install commands
e.g. "Find MCP servers for databases"
get_packageGet full details and step-by-step install instructions for any package
e.g. "How do I install context7?"
list_collectionsBrowse the 21 curated themed collections in the registry
e.g. "Show me all collections"
get_collectionGet all packages inside a specific collection
e.g. "Show me the Security Toolkit collection"
get_install_instructionsGet detailed install guide for any package, tailored to its type
e.g. "How do I add the Stripe MCP server?"