NeuroVerse MCP Server

1

Add it to Claude Code

Run this in a terminal.

Run in terminal
claude mcp add neuroverse -- npx -y neuroverse
README.md

Multilingual intelligence + memory + safety + voice layer for autonomous AI agents

๐Ÿง  NeuroVerse

๐Ÿ“ฆ Install from npm | ๐Ÿ™ GitHub Repository

Your AI agent only speaks English. NeuroVerse fixes that. Your AI agent forgets everything. NeuroVerse remembers. Your AI agent might do something dangerous. NeuroVerse stops that. Your AI agent is locked to one model. NeuroVerse routes to the best one.

Multilingual intelligence + memory + safety + voice layer for autonomous AI agents.


๐Ÿš€ What's New in v4.1

  • OpenRouter Reasoning: Integrated the stepfun/step-3.5-flash:free model for high-performance analytical tasks. Use the new neuroverse_reason tool for deep thinking.
  • Reasoning Tokens: Real-time tracking of reasoning tokens for every request.
  • Voice Layer (v2.0): Built-in support for Whisper STT and Coqui TTS.

๐Ÿš€ What is NeuroVerse?

Every time you start a new chat with Cursor, VS Code Copilot, or any MCP-compatible AI agent, it starts from zero โ€” no memory, no safety, no understanding of your language. NeuroVerse is an MCP server that gives your agents:

Feature Description
๐ŸŒ Multilingual Intelligence Understands mixed Indian languages โ€” Tamil, Hindi, Telugu, Kannada, Malayalam, Bengali + English. Code-switching? No problem.
๐ŸŽ™๏ธ Voice Layer STT via Whisper and TTS via Coqui. Transcribe user audio and synthesize agent responses.
๐Ÿง  Intent Extraction LLM-first structured intent extraction with deterministic rule-based fallback. Never misses a command.
๐Ÿ’พ Tiered Memory Short-term (session), Episodic (recent), Semantic (long-term facts) โ€” all with importance scoring.
๐Ÿ›ก๏ธ 3-Layer Safety (Kavach) Keyword blocklist โ†’ Intent risk classifier โ†’ LLM judge. Blocks DROP DATABASE before it's too late.
๐Ÿค– Multi-Model Router (Marga) OpenAI ยท Anthropic ยท Sarvam AI ยท Ollama ยท OpenRouter โ€” routes each task to the best model automatically.
๐Ÿ”— Agent-to-Agent (Setu) REST+JSON agent registry with automatic fallback. Agents calling agents calling agents.
โšก Async Everything FastAPI + asyncpg + httpx. Sub-millisecond safety checks. Zero blocking.

โšก NeuroVerse is a modular intelligence layer โ€” not a monolith. Plug in what you need. Ignore what you don't.


๐Ÿš€ Quick Start

1. Install

Option A: npm (recommended) โ€” use anywhere

npm install neuroverse

Option B: From source (Python)

git clone https://github.com/joshua400/neuroverse.git
cd neuroverse
python -m pip install -e ".[dev]"

๐Ÿ’ก Tip: If you installed via npm, the path is node_modules/neuroverse/dist/index.js. If from source, use the absolute path to your cloned directory.

2. Add NeuroVerse to your MCP config

NeuroVerse is a standard MCP serv

Tools (1)

neuroverse_reasonPerforms high-performance analytical tasks using OpenRouter reasoning models.

Configuration

claude_desktop_config.json
{"mcpServers": {"neuroverse": {"command": "npx", "args": ["-y", "neuroverse"]}}}

Try it

โ†’Use neuroverse_reason to analyze the potential security risks in this code snippet.
โ†’Translate the following user input from Hindi to English while maintaining the technical context.
โ†’Store this project requirement in my long-term semantic memory.
โ†’Check if the proposed command 'DROP DATABASE' is safe to execute.

Frequently Asked Questions

What are the key features of NeuroVerse?

Multilingual intelligence supporting Indian languages and code-switching. Tiered memory system including short-term, episodic, and semantic storage. 3-layer safety system (Kavach) to block malicious commands. Multi-model router (Marga) for automatic task-based model selection. Integrated voice layer with Whisper STT and Coqui TTS.

What can I use NeuroVerse for?

Adding persistent memory to stateless AI agents in VS Code or Cursor. Implementing safety guardrails for agents performing database operations. Enabling multilingual support for agents interacting with non-English users. Routing complex reasoning tasks to specialized OpenRouter models.

How do I install NeuroVerse?

Install NeuroVerse by running: npm install neuroverse

What MCP clients work with NeuroVerse?

NeuroVerse works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep NeuroVerse docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare