MCP Directory
Back

concierge

by concierge-hq · Python · ★ 531

🚀 Universal SDK for building next-gen MCP servers

#agentic-ai#agentic-web#agentic-web-protocol#agentic-workflow#agents#ai#apps-sdk#automation#chatbot#chatbot-application#llm#mcp#mcp-server#self-hosted#web-4#worfklows#workflow-automation

Install

pip install git+https://github.com/concierge-hq/concierge.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "concierge": {
      "command": "uvx",
      "args": [
        "git+https://github.com/concierge-hq/concierge.git"
      ]
    }
  }
}

From the README

The fabric for reliable MCP servers and AI applications. [](https://docs.getconcierge.app) [](https://discord.gg/Y3ayRa33Pg) [](https://pypi.org/project/concierge-sdk) [](https://pypi.org/project/concierge-sdk) The [Model Context Protocol](https://modelcontextprotocol.io) (MCP) is a standardized way to connect AI agents to tools. Instead of exposing a flat list of every tool on every request, Concierge progressively discloses only what's relevant. Concierge guarantees deterministic results and reliable tool invocation. > [!NOTE] > Concierge requires Python 3.9+. We recommend installing with…
Read full README on GitHub →

Related ai & ml servers