nexus-dev
Verified Safeby 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
nexus-devEnvironment 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
VectorCode
Indexes code repositories to generate relevant contextual information for Large Language Models (LLMs), enhancing their performance on specific or private codebases.
Context-Engine
Self-improving code search and context engine for IDEs and AI agents, providing hybrid semantic/lexical search, symbol graph navigation, and persistent memory.
mcp-server
Provides AI tools with persistent context, semantic code search, and team knowledge sharing across sessions.
vector-mcp
Provides a standardized API for AI agents to manage and interact with various vector database technologies for Retrieval Augmented Generation (RAG).