Home /
AI/LLM / fastapi-langgraph-chatbot-with-vector-store-memory-mcp-tools-and-voice-mode
★ 16 stars
JavaScript
🤖 AI/LLM
Updated 7d ago
A scalable AI chatbot platform built with FastAPI and LangGraph, featuring multi-agent orchestration, multi-tenant vector storage, cross-chat memory, and voice call capabilities through LiveKit integration.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"fastapi-langgraph-ch": {
"command": "npx",
"args": [
"-y",
"extrawest/fastapi-langgraph-chatbot-with-vector-store-memory-mcp-tools-and-voice-mode"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add fastapi-langgraph-ch npx -y extrawest/fastapi-langgraph-chatbot-with-vector-store-memory-mcp-tools-and-voice-mode
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"fastapi-langgraph-ch": {
"command": "npx",
"args": [
"-y",
"extrawest/fastapi-langgraph-chatbot-with-vector-store-memory-mcp-tools-and-voice-mode"
]
}
}
}
📋 Copy
Topics
fastapi firecrawl langchain langraph livekit mcp mem0 multiagent python qdrant tavily voice-assistant