
Cpp ChatSystem Agent
Supports UIby nq-lovecpp
AI assistant integration for a C++ microservices-based real-time communication system.
What it does
This server integrates an AI agent into a complex C++ microservices chat system. It enables the chat system to trigger intelligent responses via webhooks and provides the agent with the ability to interact with user sessions and task lists within the chat ecosystem.
Tools
create_task: Initiates a background task for the AI agent.get_events: Retrieves an SSE event stream for task tracking.process_approval: Approves or rejects tool calls requested by the agent.manage_agents: Handles agent-specific user configuration and identity.
Installation
As this is part of a larger microservices architecture, it is typically deployed via Docker. For the Agent Server component:
{
"mcpServers": {
"cpp-chatsystem-agent": {
"command": "uvicorn",
"args": ["src.main:app", "--host", "0.0.0.0", "--port", "8080"]
}
}
}
Supported hosts
Confirmed for internal system integration via HTTP Webhooks.
Quick install
uv run uvicorn src.main:app --port 8080Information
- Pricing
- free
- Published
- 5/25/2026
- stars






