Skip to main content

Overview

Neuradex integrates seamlessly into your existing workflows through multiple integrations. Instead of relying on manual data entry, knowledge is automatically accumulated from your everyday work.

Slack

Connect your workspace and auto-extract knowledge from channel conversations

MCP

Model Context Protocol support. Operate directly from AI tools like Claude

SDK

Programmatic integration via TypeScript/JavaScript SDK

Widget

Embeddable chat interface for websites

Slack Integration

Connect your Slack workspace to Neuradex and automatically extract and accumulate knowledge from channel conversations.

Capabilities

  • Per-channel sync configuration - Choose which channels to sync. Exclude confidential channels, sync only public ones, and more
  • Automatic knowledge extraction from conversations - AI analyzes message content and auto-generates useful information as Knowledge
  • Automatic topic classification - Related messages are automatically grouped and summarized as Topics
  • Episode recording - Individual messages are saved as Episodes chronologically. Search “that discussion” later
  • Automatic entity extraction - People, companies, and project names mentioned in conversations are auto-registered as Entities

Slack Data Flow

Features

  • Incremental sync - Only processes new messages since the last sync. Efficient and low-overhead
  • Rate limit handling - Automatically handles Slack API rate limits. Safely processes large message volumes
  • OAuth authentication - Secure OAuth flow. Safe access through user tokens

Use Cases

Everyday Slack conversations contain tacit knowledge not found in documentation.“We decided on JWT for auth.” “The bug was caused by a memory leak.” — Neuradex automatically converts these conversations into searchable knowledge assets.

MCP (Model Context Protocol)

Access Neuradex knowledge directly from Claude Desktop, VS Code, and other MCP-compatible AI tools through the MCP server.
  • Use as long-term memory for AI agents
  • Cross-project knowledge sharing
  • Context persistence across sessions
See the MCP documentation for details.

SDK

Integrate Neuradex into any application with the TypeScript/JavaScript SDK. See the Quickstart for details.

Future Integrations

Neuradex uses a messenger adapter pattern, continuously expanding support for new platforms.

Next Steps

MCP Setup

How to configure the MCP server

Quickstart

Register your first knowledge with the SDK