concierge
Concierge is a universal SDK for building reliable MCP servers and AI applications.
The Model Context Protocol (MCP) is a standardized way to connect AI agents to tools, allowing for a more efficient and relevant interaction by progressively disclosing only the necessary tools. Concierge ensures deterministic results and reliable tool invocation, making it easier for developers to integrate AI capabilities into their applications. With Concierge, you can scaffold new projects quickly or wrap existing MCP servers with minimal changes. It dynamically adjusts the tools available based on the current workflow step, providing a streamlined experience for both agents and clients without needing them to be aware of the underlying framework.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"concierge": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-concierge"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions