Back to Home
Sidharth-e icon

GENIE

Verified Safe

by Sidharth-e

Overview

A production-ready full-stack framework for building intelligent AI agents using LangGraph & MCP, offering a wide range of built-in tools for analytics, finance, data, visualization, utilities, web, and code.

Installation

Run Command
python server.py

Environment Variables

  • DATABASE_URL
  • MONGO_URI
  • MONGO_DEFAULT_DB
  • GOOGLE_CLIENT_ID
  • GOOGLE_CLIENT_SECRET
  • AZURE_AD_CLIENT_ID
  • AZURE_AD_CLIENT_SECRET
  • AZURE_AD_TENANT_ID
  • NEXT_PUBLIC_API_BASE_URL
  • GOOGLE_API_KEY
  • OPENAI_API_KEY
  • AZURE_OPENAI_API_KEY
  • AZURE_OPENAI_ENDPOINT

Security Notes

The server-side Python code uses standard libraries and `FastMCP`. Frontend executes user-provided code in a sandboxed iframe. However, tools that take dictionary inputs for database queries (`get_userData`) or string inputs for regex patterns (`test_regex`) can introduce risks (NoSQL injection, ReDoS) if LLM-generated arguments are not adequately sanitized and validated against malicious user input. Large file uploads for document processing may also pose resource exhaustion risks.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassHigh
Avg Tokens3000
Stars0
Forks0
Last Update2025-12-14

Tags

AI AgentsLangGraphFull-StackMongoDBMCP