@modsynth/module-catalog-mcp
v0.1.0
Published
MCP Server for module search and recommendation
Readme
Module Catalog MCP
MCP Server for module search and recommendation
Part of the Modsynth ecosystem.
Features
- Search modules by keyword
- Get module recommendations
- Integration with Claude Code
Installation
npm install -g @modsynth/module-catalog-mcpUsage with Claude Code
Add to your MCP settings:
{
"mcpServers": {
"module-catalog": {
"command": "npx",
"args": ["-y", "@modsynth/module-catalog-mcp"]
}
}
}Tools
search_modules
Search for modules by keyword, category, or technology.
recommend_modules
Get module recommendations for a specific use case.
Version
Current version: v0.1.0
License
MIT
