What is MCP
MCP (Model Context Protocol) is a protocol for directly integrating Neuradex memory capabilities into LLMs (Claude, GPT, etc.).With MCP, AI assistants can directly reference and update the Neuradex knowledge base.
Features
Seamless Integration
Access Neuradex directly from Claude Desktop or VS Code
Real-time Search
Search and reference knowledge during conversations
Context Optimization
Automatically assemble optimal context within token budget
Knowledge Management
Full CRUD operations: create, update, and delete
Remote Connection
Connect to cloud-hosted MCP server via HTTP mode
OAuth Authentication
Secure token-based authentication for remote access
Connection Modes
The Neuradex MCP server supports two transport modes. See the setup guide for detailed configuration instructions.- stdio (Local)
- HTTP (Remote)
MCP clients (like Claude Desktop) launch the server locally and communicate via standard I/O.
- Easy to set up
- Authenticated with access key
- Ideal for personal development
Use Cases
Long-term Memory for AI Assistants
Access to Internal Knowledge
Learning from Conversations
Available Tools
The MCP server provides 16 tools (see the tool reference for details):| Category | Tool | Description |
|---|---|---|
| Project | list_projects | List accessible projects |
| Session | switch_project | Switch active project |
| Session | current_project | Show current active project |
| Knowledge | create_knowledge | Create new knowledge |
| Knowledge | search_knowledge | Semantic search |
| Agentic Search | search_agentic | Cross-layer search (single array) |
| Knowledge | view_knowledge | Get knowledge details |
| Knowledge | list_knowledge | List all knowledge |
| Knowledge | update_knowledge | Update knowledge |
| Knowledge | delete_knowledge | Delete knowledge |
| Episodes | list_episodes | Search Q&A history |
| Context | get_context | Get optimized context |
| Context | explore_related | Explore related knowledge |
| Librarian | list_librarian_sessions | List Librarian sessions |
| Librarian | get_librarian_session | Get Librarian session details |
Architecture
Next Step
Setup
Install and configure the MCP server

