SDM002/Agentic-AI-ChatBot-MCP
An agentic AI chatbot built with the Model Context Protocol (MCP) using FastAPI and Groq-hosted LLMs. It includes an MCP server and client, tool orchestration (calculator and weather), vector memory with ChromaDB, and LLM-driven reasoning for complex, multi-step user queries.
Platform-specific configuration:
{
"mcpServers": {
"Agentic-AI-ChatBot-MCP": {
"command": "npx",
"args": [
"-y",
"Agentic-AI-ChatBot-MCP"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...