Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"indiestack": {
"args": [
"--from",
"indiestack",
"indiestack-mcp"
],
"command": "uvx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Your AI agent searches 6,500+ developer tools before writing code from scratch. 10,000+ installs.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx 'indiestack' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked indiestack against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in developer-tools / search
Web and local search using Brave Search API
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
MCP server for accessing Figma plugin console logs and screenshots via Cloudflare Workers or local mode
MCP Security Weekly
Get CVE alerts and security updates for Indiestack MCP Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Dependency guardrail for AI coding agents. Validates packages before installation, catches hallucinations and typosquats, and provides compatibility intelligence across 6,500+ developer tools.
10,000+ PyPI installs | 110,000+ unique visitors | 23 MCP tools
claude mcp add indiestack -- uvx --from indiestack indiestack-mcp
Then ask your agent:
Before your AI installs a dependency or writes boilerplate — IndieStack validates it exists, checks for typosquats, and searches 6,500+ curated developer tools with real compatibility data from 4,500+ repos. You get install commands, health scores, and what tools actually work together in production.
"Indie" is the curation filter: independent developers and small teams. Focused, lean, maintained, honest pricing.
Claude Code (zero install — runs via uvx):
claude mcp add indiestack -- uvx --from indiestack indiestack-mcp
Claude Desktop — add to claude_desktop_config.json:
{
"mcpServers": {
"indiestack": {
"command": "uvx",
"args": ["--from", "indiestack", "indiestack-mcp"]
}
}
}
Cursor / Windsurf — add to your MCP config:
{"command": "uvx", "args": ["--from", "indiestack", "indiestack-mcp"]}
Persistent install:
pipx install indiestack
claude mcp add indiestack -- indiestack-mcp
CLI (terminal use):
pip install indiestack
indiestack search "analytics"
indiestack details simple-analytics
indiestack stack "auth, payments, email"
| Tool | What it does |
|---|---|
find_tools | Search 6,500+ developer tools with 11 filters: price, health, stars, success rate, language, tags, compatibility |
find_compatible | Find tools compatible with a given tool — grouped by category, with verified stacks and conflict warnings |
get_tool_details | Integration code, pricing, API specs, and compatibility data |
scan_project | Analyze a project description + tech stack, get a complete tool recommendation |
report_compatibility | Report that two tools work well together — builds the compatibility graph |
report_outcome | Report success/failure with used_with and incompatible_with — feeds the compatibility graph |
check_health | GitHub health audit — maintenance grade, last commit, stars, alternatives for stale tools |
list_categories | Browse all 25 categories |
compare_tools | Side-by-side comparison of any two tools |
build_stack | Turn a 50,000-token generation into a 2,000-token assembly |
publish_tool | Submit a developer tool so other agents can recommend it |
browse_new_tools | Recently added tools with pagination |
list_tags | All tags sorted by popularity |
get_market_gaps | Top unmet needs — what developers search for but can't find |
list_stacks | Curated stacks for common use cases |
analyze_dependencies | Scan package.json/requirements.txt for better alternatives |
evaluate_build_vs_buy | Financial breakdown: build from scratch vs use what exists |
get_recommendations | Personalized suggestions based on your search history |
| Resource | What it provides |
|---|---|
indiestack://categories | All 25 categories with slugs for filtering |
indiestack://trending | Top 10 trending developer tools this week |
| `indiestac |