Summary
A guided path from 'what does my project use' to servers installed in your config.
The recommend-and-install pair is the useful loop: an agent analyses the stack, proposes servers with a reason for each, and — after you confirm — writes them into your config, with install-mcp-package as an escape hatch for anything outside the catalogue.
What it is
A server that turns MCP-server discovery into tools: an assistant can recommend servers for a stack, search a catalogue, read a server's details, and install a chosen one into your configuration.
What you get
- recommend-mcp-servers suggests servers based on tech-stack keywords; search-mcp-servers searches the catalogue by name, description, or category
- get-mcp-server-info returns detail on a specific server
- install-mcp-server writes a catalogued server into your local config; install-mcp-package installs any server directly from its npm or PyPI package name
- Paired with prompts that guide tech-stack analysis before recommending
Requirements
Runs through npx; Node is the prerequisite. No account or key.
Setup effort
One command — npm install -g @oglabs/mcp
