Student-Assistant-AI-Agent

SaiMani-Ritish/Student-Assistant-AI-Agent
★ 0 stars Python 🤖 AI/LLM Updated 8d ago
an LLM, RAG (for document search), a Vector DB, and an MCP server for tool/database connectivity.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "student-assistant-ai": {
      "command": "uvx",
      "args": [
        "student-assistant-ai-agent"
      ]
    }
  }
}

Or install with pip: pip install student-assistant-ai-agent