A command-line interface application that enables interactive chat with AI models via the Anthropic API, supporting document retrieval and command-based prompts through the MCP architecture.
{
"mcpServers": {
"mcp-chat-3": {
"command": "uvx",
"args": [
"app"
]
}
}
}