StackSherpa
@astein91
About StackSherpa
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.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"stacksherpa": {
"command": "npx",
"args": [
"-y",
"stacksherpa"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is StackSherpa?
StackSherpa is an intelligent API recommendation engine providing detailed profiles for over 450 providers across 28 categories, including pricing, known issues, compliance data, and live GitHub issue tracking. It is designed for developers and teams who need to quickly evaluate and select API providers. The catalog is a shared read-only database accessible via CLI or web, with no API keys required for users.
How to use StackSherpa?
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.
Key features of StackSherpa
- 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
Use cases of StackSherpa
- A startup evaluating email APIs can compare providers by pricing, compliance, and known issues.
- A developer integrating a database can quickly list options and see self-hostable flags.
- A team using Claude Code can automatically receive provider recommendations before writing integration code.
- A maintainer can audit and approve newly discovered providers via cron jobs.
FAQ from StackSherpa
Do I need an API key to use StackSherpa?
No. The catalog is a shared read-only database; no API keys are required to browse or query providers.
How does the Claude Code skill work?
Once installed, Claude silently runs stacksherpa providers <category> before suggesting any API integration. No slash command is needed.
Where is my project data stored?
Your project profile and decision history are stored locally in .stacksherpa/ within your project. Global defaults live in ~/.stacksherpa/. No data leaves your machine.
Can I use StackSherpa without the Claude skill?
Yes. You can run the CLI directly or add instructions to your CLAUDE.md to use stacksherpa providers <category> before choosing an API.
How is the catalog maintained?
An automated pipeline scrapes GitHub issues, pricing, and provider details on a regular schedule. Maintainers can approve or reject discovered providers via CLI commands.
Frequently asked questions
Do I need an API key to use StackSherpa?
No. The catalog is a shared read-only database; no API keys are required to browse or query providers.
How does the Claude Code skill work?
Once installed, Claude silently runs `stacksherpa providers <category>` before suggesting any API integration. No slash command is needed.
Where is my project data stored?
Your project profile and decision history are stored locally in `.stacksherpa/` within your project. Global defaults live in `~/.stacksherpa/`. No data leaves your machine.
Can I use StackSherpa without the Claude skill?
Yes. You can run the CLI directly or add instructions to your `CLAUDE.md` to use `stacksherpa providers <category>` before choosing an API.
How is the catalog maintained?
An automated pipeline scrapes GitHub issues, pricing, and provider details on a regular schedule. Maintainers can approve or reject discovered providers via CLI commands.
Basic information
More Developer Tools MCP servers
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. π¦
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools

BetterBugs
BetterBugsThe BetterBugs MCP (Model Context Protocol) enables you to load BetterBugs bug reports (via report links) directly to your preferred AI Agents and developer environments with MCP Client capabilities (such as Cursor, VS C
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
Comments