Skip to main content
Glama
barankurtulusozan

awesome-mcp-dev-stack-selector


🌐 Live Web Application & Catalog

Visit the interactive GitHub Pages site: awesome-mcp-dev-stack-selector.github.io

  • 🔍 Live Search & Filter: Instant filtering by platform, capabilities, and categories.

  • 🔄 Commercial Alternative Finder: Type any paid tool (e.g. Postman, Notion, Photoshop) to view FOSS recommendations.

  • MCP Tool Execution Playground: Interactively simulate MCP tool stdio payloads directly in the browser!


Related MCP server: mcp-public-apis

⚡ Quickstart: Add MCP Server to your AI Agent

Run the server zero-install directly using npx:

{
  "mcpServers": {
    "dev-stack-selector": {
      "command": "npx",
      "args": ["-y", "@awesome-mcp-dev-stack-selector/mcp-server"]
    }
  }
}

🛠️ MCP Surfaces & AI Tool Showcase

sequenceDiagram
    autonumber
    actor User as Developer / Agent
    participant MCP as MCP Server (@awesome-mcp-dev-stack-selector)
    participant Cache as 3-Tier Cache Manager
    participant Search as BM25 Search Engine

    User->>MCP: Call tool find_foss_alternative (paid_software: "postman")
    MCP->>Cache: Fetch active registry snapshot
    Cache-->>MCP: Returns 9 validated app records
    MCP->>Search: Query replacement targets for "postman"
    Search-->>MCP: Matched app: Bruno (score: 10.0, seamless import)
    MCP-->>User: Returns relevance-scored JSON with install commands

Available MCP Tools

  • search_free_apps: Search free/FOSS software by query, capability (offline-editing, local-llm), platform, or category.

  • get_app_details: Get full metadata, license status, and install commands for any app ID (e.g., bruno, vscodium, ollama).

  • find_foss_alternative: Locate FOSS replacements for proprietary commercial software (e.g. Postman, Notion, Photoshop, Docker Desktop).


📚 Apps Directory (9 Verified Entries)

🛠️ Developer Tools & IDEs

App

License

Tagline

Capabilities

Replaces

One-Line Install

Bruno

MIT

Fast, offline-first, Git-friendly open-source API client

offline-editing git-versioning scripting

postman, insomnia

brew install bruno

DBeaver Community

Apache-2.0

Free multi-platform database tool for developers and DBAs

sql-editor schema-visualizer data-export

datagrip, navicat

brew install dbeaver-community

VSCodium

MIT

Free and open-source binaries of VS Code without telemetry or tracking

extension-marketplace integrated-terminal git-integration

vscode

brew install vscodium

🤖 Local AI & LLM Tools

App

License

Tagline

Capabilities

Replaces

One-Line Install

LM Studio

Proprietary-Free

Discover, download, and run local LLMs offline on Mac, Windows, and Linux

local-llm gui-chat model-downloader

chatgpt-desktop

brew install lm-studio

Ollama

MIT

Get up and running with Llama 3, Mistral, and other large language models locally

local-llm openai-api gpu-acceleration

openai-api

brew install ollama

🐳 Container & Infrastructure

App

License

Tagline

Capabilities

Replaces

One-Line Install

PocketBase

MIT

Open Source backend in 1 file with real-time database, auth, and file storage

realtime-subscriptions user-auth file-storage

firebase

brew install pocketbase

Podman

Apache-2.0

Daemonless, rootless open-source container engine

container-runtime rootless-containers pod-management

docker-desktop

brew install podman

🎨 Design & Media Production

App

License

Tagline

Capabilities

Replaces

One-Line Install

GIMP

GPL-3.0-or-later

GNU Image Manipulation Program - Free & open source image editor

raster-editing layer-management plugin-support

photoshop

brew install gimp

Inkscape

GPL-3.0-or-later

Professional vector graphics editor for Linux, Windows and macOS

vector-editing svg-native bezier-curves

adobe-illustrator

brew install inkscape


🤝 Contributing an App

We welcome community pull requests!

  1. Add your JSON file in apps/<category>/<app-id>.json adhering to schema/app.schema.json.

  2. Run npm run test to validate locally.

  3. Open a Pull Request — GitHub Actions will validate and compile automatically!


📄 License

MIT © 2026 Awesome MCP Dev Stack Selector Maintainers

F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/barankurtulusozan/awesome-mcp-dev-stack-selector'

If you have feedback or need assistance with the MCP directory API, please join our Discord server