Neuroverse
@joshua400
关于 Neuroverse
Multilingual intelligence + memory + safety + voice layer for autonomous AI agents
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"neuroverse": {
"command": "npx",
"args": [
"-y",
"neuroverse@latest"
],
"env": {
"OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>",
"REDIS_URL": "redis://localhost:6379",
"GROQ_API_KEY": "<YOUR_GROQ_API_KEY>"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Neuroverse?
Neuroverse is an MCP server that gives AI agents multilingual intelligence (Tamil, Hindi, Telugu, Kannada, Malayalam, Bengali + English code-switching), tiered memory, a voice layer, intent extraction, multi-model routing, and three-layer safety. It is designed for autonomous agents that need to understand mixed Indian languages, remember context across sessions, and execute actions safely.
How to use Neuroverse?
Install via npm (npm install neuroverse) for a Node.js 18+ environment (zero database deps) or from source (Python 3.10+, requires PostgreSQL for persistent memory). Add the standard MCP stdio configuration to your host (Cursor, VS Code Copilot, Claude Desktop). Then instruct your agent to use MCP tools like neuroverse_process for handling requests and neuroverse_store/neuroverse_recall for persistent context.
Key features of Neuroverse
- Multilingual Intelligence (Vani) with keyword normalisation for code-switched input
- Intent Extraction (Bodhi) — LLM-first with deterministic rule-based fallback
- Tiered Memory (Smriti) — short-term, episodic, semantic with importance scoring
- 3-Layer Safety (Kavach) — blocklist → risk classifier → LLM judge at zero token cost
- Multi-Model Router (Marga) — routes tasks to OpenAI, Anthropic, Sarvam AI, Ollama, OpenRouter
- Agent-to-Agent (Setu) — REST+JSON agent registry for automatic handoff
Use cases of Neuroverse
- Handling user queries in mixed Indian languages (e.g.,
"anna indha file ah csv convert pannu") - Maintaining agent context across chat sessions via tiered memory
- Blocking dangerous actions like
DROP DATABASEbefore execution - Routing analytical reasoning tasks to OpenRouter and cheaper tasks to local models
- Enabling voice input (Whisper STT) and voice output (Coqui TTS) for agents
FAQ from Neuroverse
What languages does Neuroverse support?
Neuroverse supports Tamil, Hindi, Telugu, Kannada, Malayalam, and Bengali with English code-switching. It normalises only domain-critical keywords rather than full translation.
Does Neuroverse require a database?
The npm edition uses JSON files and requires no database. The Python source edition requires PostgreSQL for persistent tiered memory.
How does the safety layer work?
Kavach uses three layers: a keyword blocklist, an intent risk classifier, and an LLM judge. It runs at zero token cost and sub-millisecond latency, blocking dangerous actions before execution.
What model providers can Neuroverse route to?
The multi-model router (Marga) supports OpenAI, Anthropic, Sarvam AI, Ollama, and OpenRouter. It selects the best model automatically based on task type.
What are the system requirements?
Node.js 18+ for the npm edition; Python 3.10+ with PostgreSQL for the source edition. No other runtime dependencies are mandatory.
常见问题
What languages does Neuroverse support?
Neuroverse supports Tamil, Hindi, Telugu, Kannada, Malayalam, and Bengali with English code-switching. It normalises only domain-critical keywords rather than full translation.
Does Neuroverse require a database?
The npm edition uses JSON files and requires no database. The Python source edition requires PostgreSQL for persistent tiered memory.
How does the safety layer work?
Kavach uses three layers: a keyword blocklist, an intent risk classifier, and an LLM judge. It runs at zero token cost and sub-millisecond latency, blocking dangerous actions before execution.
What model providers can Neuroverse route to?
The multi-model router (Marga) supports OpenAI, Anthropic, Sarvam AI, Ollama, and OpenRouter. It selects the best model automatically based on task type.
What are the system requirements?
Node.js 18+ for the npm edition; Python 3.10+ with PostgreSQL for the source edition. No other runtime dependencies are mandatory.
基本信息
其他 分类下的更多 MCP 服务器
Codelf
unbugA search tool helps dev to solve the naming things problem.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
评论