StackSherpa

by astein91

127 downloads
Not rated
GitHub

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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name StackSherpa
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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.

Browse the catalog →

Quick start

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.