Back to Home
GalacticQuasar icon

nova-llm

Verified Safe

by GalacticQuasar

Overview

A full-stack LLM agent workflow with custom tool calling capabilities and configuration with Model Context Protocol (MCP) servers, supporting multiple Gemini models.

Installation

Run Command
npm start

Environment Variables

  • GEMINI_API_KEY
  • PORT
  • CLIENT_ORIGIN

Security Notes

The server uses environment variables for API keys (GEMINI_API_KEY) and client origin, which is good practice. A rate limit is applied to the streaming endpoint, enhancing protection against abuse. The custom tool calls (`getTime`, `getRandomNumber`) use safe native JavaScript functions, mitigating direct injection risks through their arguments. However, the server automatically executes `npx @modelcontextprotocol/server-sequential-thinking` to connect to an MCP server; while intended, this introduces a dependency on the security of that external package and the `npm` ecosystem during execution.

Similar Servers

Stats

Interest Score30
Security Score8
Cost ClassMedium
Stars1
Forks0
Last Update2026-01-17

Tags

LLM agentfull-stackReactNode.jsGeminiMCP