neurolink
Verified Safeby juspay
Overview
NeuroLink is a comprehensive AI toolkit that unifies multiple AI providers, offers advanced orchestration, real-time services, and a Human-in-the-Loop safety system, allowing modular enhancement of AI models through an extensible MCP-compliant middleware and tool ecosystem.
Installation
npx @juspay/neurolink statusEnvironment Variables
- OPENAI_API_KEY
- ANTHROPIC_API_KEY
- GOOGLE_AI_API_KEY
- AWS_ACCESS_KEY_ID
- AWS_SECRET_ACCESS_KEY
- AWS_REGION
- GOOGLE_VERTEX_PROJECT
- GOOGLE_VERTEX_LOCATION
- GOOGLE_APPLICATION_CREDENTIALS
- OLLAMA_MODEL
- NEUROLINK_LOG_LEVEL
- STORAGE_TYPE
Security Notes
The project demonstrates strong security awareness by implementing explicit proxy handling, masking credentials in logs, and providing a robust Human-in-the-Loop (HITL) system for dangerous actions. Controlled use of `new Function()` for specific, sanitized internal/tool logic is present (e.g., in `src/lib/agent/directTools.ts` for a calculator tool and `src/lib/utils/schemaConversion.ts` for Zod schema compilation), which appears justified. The primary inherent risk lies in misconfiguration or the introduction of untrusted external MCP (Model Context Protocol) servers.
Similar Servers
MaxKB
MaxKB (Max Knowledge Brain) is an enterprise-grade intelligent agent platform designed to lower the technical barrier and deployment costs of AI implementation, helping businesses quickly integrate mainstream large language models, build proprietary knowledge bases, and offer a progressive upgrade path from RAG to complex workflow automation and advanced agents for various application scenarios like smart customer service and office assistants.
bifrost
A high-performance AI gateway with a unified interface for multiple LLM providers, offering real-time monitoring and configuration.
Lynkr
Lynkr is an AI orchestration layer that acts as an LLM gateway, routing language model requests to various providers (Ollama, Databricks, OpenAI, etc.). It provides an OpenAI-compatible API and enables AI-driven coding tasks via a rich set of tools and a multi-agent framework, with a strong focus on security, performance, and token efficiency. It allows AI agents to interact with a defined workspace (reading/writing files, executing shell commands, performing Git operations) and leverages long-term memory and agent learning to enhance task execution.
claude-prompts
This server provides a hot-reloadable prompt engine with chains, quality gates, and structured reasoning for AI assistants, enhancing control over Claude's behavior in prompt workflows.