concierge-hq/concierge
🚀 Universal SDK for building next-gen MCP servers
Overview
concierge-hq/concierge is a Python MCP server. 🚀 Universal SDK for building next-gen MCP servers Topics: agentic-ai, agentic-workflow, agents, ai, automation, llm, mcp, mcp-server, self-hosted, worfklows, chatbot, chatbot-application, workflow-automation, web-4, agentic-web, agentic-web-protocol, apps-sdk.
Ranked #3434 out of 25632 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Python NOASSERTION
agentic-aiagentic-workflowagentsaiautomationllmmcpmcp-serverself-hostedworfklowschatbotchatbot-applicationworkflow-automationweb-4agentic-webagentic-web-protocolapps-sdk
Signal Breakdown
Stars 481
Freshness 3d ago
Issue Health 7%
Contributors 4
Dependents 0
Forks 101
Description Good
License NOASSERTION
How to Improve
Description low impact
License low impact
Issue Health high impact
Matched Queries
From the README
<div align="center"> <picture> </picture> # Concierge AI 🚀 <strong>The fabric for reliable MCP servers and AI applications.</strong> </div> 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. ## Getting Started > [!NOTE] > Concierge requires Python 3.9+. We recommend installing with [uv](https://docs.astral.sh/uv/) for faster dependency resolution, but pip works just as well. ```bash pip install concierge-sdk ``` **Scaffold a new project:** ```bash concierge init my-store # Generate a ready to run project cd my-store # Enter project python main.py # Start the MCP server ``` **Or wrap an existing MCP server** two lines, nothing else changes: ```python # Before from mcp.server.fastmcpRead full README on GitHub →
Are you the maintainer? Claim this listing