StackSherpa
About
Intelligent API recommendation engine that silently picks the best APIs for your stack. Analyzes your project profile, compliance requirements, past decisions, and known issues to recommend the right provider for auth, payments, email, storage, and 25+ other categories.
Details
- Author
- astein91
- Downloads
- 127
- Categories
- Developer Tools
Jump to
- CLI with commands for categories, providers, profiles, and decisions
- Claude Code skill for automatic API recommendations inside Claude
- Project profiles for personalized provider suggestions
- Live pricing and known issues scraped from provider websites and GitHub
- Local data storage; user data never leaves the machine
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
StackSherpaCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install the CLI globally with npm install -g stacksherpa, optionally install the Claude Code skill to have Claude automatically consult StackSherpa. Run commands like stacksherpa providers email --pretty to list providers, stacksherpa profile --set to configure project constraints, and stacksherpa decide to log API decisions. All commands output JSON; add --pretty for human-readable formatting.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"stacksherpa": {
"stacksherpa": {
"command": "npx",
"args": [
"-y",
"stacksherpa"
]
}
}
}
}
McpServers
{
"stacksherpa": {
"command": "npx",
"args": [
"-y",
"stacksherpa"
]
}
}
stacksherpa
Intelligent API recommendation engine. 450+ providers across 28 categories — with pricing, known issues, compliance data, and live GitHub issue tracking.
Quick start
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





