The reputation layer for AI skills, tools & agents

concierge-hq/concierge

Score: 37.3 Rank #3434

🚀 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

Expand your description to 150+ characters for better discoverability

License low impact

Add an MIT or Apache-2.0 license to signal trust and enable adoption

Issue Health high impact

You have 41 open vs 3 closed issues — triaging stale issues improves health

Badge

AgentRank score for concierge-hq/concierge
[![AgentRank](https://agentrank-ai.com/api/badge/tool/concierge-hq--concierge)](https://agentrank-ai.com/tool/concierge-hq--concierge)
<a href="https://agentrank-ai.com/tool/concierge-hq--concierge"><img src="https://agentrank-ai.com/api/badge/tool/concierge-hq--concierge" alt="AgentRank"></a>

Matched Queries

"mcp server""mcp-server"

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.fastmcp 
Read full README on GitHub →
Are you the maintainer? Claim this listing