neurolink
by juspay·★ 90·Score 49
NeuroLink is a universal AI integration platform that unifies 21+ AI providers and 100+ models under one consistent API with MCP server support.
Overview
NeuroLink serves as the vascular layer for AI intelligence, carrying streams of tokens, tool calls, memory, voice, and documents from LLM providers to connectors. It provides a production-ready solution with enterprise features like Redis memory, multi-provider failover, and automatic cost optimization. The platform includes 64+ built-in tools and MCP servers with tool routing, result caching, request batching, and multi-server management capabilities.
Try asking AI
After installing, here are 4 things you can ask your AI assistant:
When to choose this
Choose NeuroLink when you need to integrate multiple AI providers under a single API with enterprise-grade features like multi-provider failover and intelligent routing.
When NOT to choose this
Avoid NeuroLink if you need a lightweight solution for a single AI provider or prefer a simpler integration without the complexity of enterprise features.
Tools this server exposes
12 tools extracted from the READMEgenerateGenerate AI content with various providers and options
streamStream AI responses in real-time
ttsText-to-speech conversion with multiple providers
sttSpeech-to-text transcription with multiple providers
ragRetrieval-Augmented Generation with document processing
memoryManage conversation memory across sessions
autoresearchRun autonomous AI experiments
process_filesProcess various file types (PDF, CSV, images)
generate_pptCreate PowerPoint presentations
generate_videoGenerate videos using AI models
generate_imageGenerate images using AI models
structured_outputGenerate structured JSON output
Note: Tool names inferred from documentation but exact signatures not provided. Many tools appear to be configuration options within the main generate() and stream() methods rather than standalone MCP tools.
Comparable tools
Installation
npm install @juspay/neurolinkFor Claude Desktop integration, add to your config.json:
{
"mcpServers": {
"neurolink": {
"command": "node",
"args": ["-e", "require('@juspay/neurolink')"],
"env": {
"NEUROLINK_API_KEY": "your-api-key"
}
}
}
}FAQ
- How many AI providers does NeuroLink support?
- NeuroLink supports 21+ AI providers including OpenAI, Anthropic, Google, AWS Bedrock, Azure, DeepSeek, NVIDIA NIM, and local models through LM Studio and llama.cpp.
- What are the MCP capabilities in NeuroLink?
- NeuroLink includes MCP servers with tool routing (6 strategies), result caching (LRU/FIFO/LFU), request batching, annotations, elicitation protocol, and multi-server management.
Compare neurolink with
Last updated · Auto-generated from public README + GitHub signals.