Concierge is an open-source framework for building reliable agentic workflows and ChatGPT apps. It exposes tools for creating and managing AI agents, handling conversations, and integrating with external APIs. It connects to various systems via APIs and is used by developers to build and deploy AI-driven applications and workflows.
Concierge is an open-source framework for building reliable agentic workflows and ChatGPT apps. It exposes tools for creating and managing AI agents, handling conversations, and integrating with external APIs. It connects to various systems via APIs and is used by developers to build and deploy AI-driven applications and workflows.
pip install conciergeAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"concierge-hq-concierge-github": {
"command": "uvx",
"args": [
"pip install concierge"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from concierge?"
No configuration required. This server works out of the box.
"What resources are available in concierge?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in concierge"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in concierge with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.