MCP Catalogs
首页

neurolink

by juspay·90·综合分 49

NeuroLink是一个统一的AI集成平台,在一致的API下统一了21+ AI提供商和100+模型,支持MCP服务器。

ai-llmdeveloper-toolsproductivity
107
Forks
280
活跃 Issue
本月
最近提交
2 天前
收录于

概述

NeuroLink作为AI血管层,承载从LLM提供商到连接器的令牌、工具调用、记忆、语音和文档流。它提供企业级功能,如Redis内存、多提供商故障转移和自动成本优化,包含64+内置工具和MCP服务器,支持工具路由、结果缓存、请求批量和多服务器管理。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:使用单一一致API构建多AI提供商的应用程序
:创建具有记忆、工具调用和上下文窗口管理的AI代理
:使用TTS/STT功能实现实时语音交互
:NeuroLink支持多少AI提供商?
:NeuroLink中的MCP功能有哪些?

什么时候选它

当您需要在单一 API 下集成多个 AI 提供商并使用企业级功能(如多提供商故障转移和智能路由)时,选择 NeuroLink。

什么时候不要选它

如果您只需要集成单个 AI 提供商的轻量级解决方案,或者偏好不包含复杂企业功能的简单集成,则应避免使用 NeuroLink。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • generate

    Generate AI content with various providers and options

  • stream

    Stream AI responses in real-time

  • tts

    Text-to-speech conversion with multiple providers

  • stt

    Speech-to-text transcription with multiple providers

  • rag

    Retrieval-Augmented Generation with document processing

  • memory

    Manage conversation memory across sessions

  • autoresearch

    Run autonomous AI experiments

  • process_files

    Process various file types (PDF, CSV, images)

  • generate_ppt

    Create PowerPoint presentations

  • generate_video

    Generate videos using AI models

  • generate_image

    Generate images using AI models

  • structured_output

    Generate structured JSON output

说明: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.

可对比工具

llama-stackanthropic-mcpopenai-mcp

安装

npm install @juspay/neurolink

对于Claude Desktop集成,添加到config.json:

{
  "mcpServers": {
    "neurolink": {
      "command": "node",
      "args": ["-e", "require('@juspay/neurolink')"],
      "env": {
        "NEUROLINK_API_KEY": "your-api-key"
      }
    }
  }
}

FAQ

NeuroLink支持多少AI提供商?
NeuroLink支持21+ AI提供商,包括OpenAI、Anthropic、Google、AWS Bedrock、Azure、DeepSeek、NVIDIA NIM以及通过LM Studio和llama.cpp的本地模型。
NeuroLink中的MCP功能有哪些?
NeuroLink包含具有工具路由(6种策略)、结果缓存(LRU/FIFO/LFU)、请求批注、注释、引导协议和多服务器管理的MCP服务器。

neurolink 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。