Back to Home
mmornati icon

nexus-dev

Verified Safe

by mmornati

Overview

Provides a local RAG (Retrieval-Augmented Generation) system and persistent memory for AI coding agents to enhance their contextual understanding, cross-project learning, and tool-use capabilities.

Installation

Run Command
nexus-dev

Environment Variables

  • OPENAI_API_KEY
  • NEXUS_PROJECT_ROOT
  • NEXUS_DB_PATH
  • GITHUB_PERSONAL_ACCESS_TOKEN
  • VOYAGE_API_KEY
  • CO_API_KEY
  • GOOGLE_PROJECT_ID
  • GOOGLE_LOCATION
  • AWS_REGION
  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY
  • NEXUS_LOG_LEVEL

Security Notes

Follows good practices like environment variables for secrets (e.g., OPENAI_API_KEY, GITHUB_PERSONAL_ACCESS_TOKEN), local-first data storage (LanceDB), and type-safe parsing with Pydantic and tree-sitter. Gateway mode proxies user-configured external MCP servers, so users are responsible for the security of those backend services. SSE transport exposes a network port, requiring proper network configuration (e.g., firewalls). CLI pre-commit hook installer uses a static script, mitigating injection risks. No direct 'eval' or execution of untrusted code found.

Similar Servers

Stats

Interest Score42
Security Score9
Cost ClassLow
Avg Tokens3200
Stars3
Forks1
Last Update2026-01-18

Tags

AIRAGMCP ServerCode AnalysisKnowledge ManagementLocal-FirstDeveloper ToolsAgent OrchestrationSemantic SearchMulti-Language