StackSherpa
@astein91
关于 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.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"stacksherpa": {
"command": "npx",
"args": [
"-y",
"stacksherpa"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
开发工具 分类下的更多 MCP 服务器
🔐 ssh-mcp-server
classfang基于 SSH 的 MCP 服务 🧙♀️。已被MCP官方收录 🎉。 SSH MCP Server 🧙♀️. It has been included in the community MCP repository 🎉.
MCP server to deploy code to Google Cloud Run
GoogleCloudPlatformMCP server to deploy apps to Cloud Run
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.
评论