n8n-nodes-mnexium
v0.1.11
Published
Official Mnexium community node for n8n
Maintainers
Readme
n8n-nodes-mnexium
Official Mnexium community node for n8n.
Use Mnexium to add persistent memory, structured claims, profiles, state, records, prompts, and audit visibility to your AI workflows.
Docs: https://www.mnexium.com/docs
Installation
Install in your n8n environment:
npm install n8n-nodes-mnexiumRestart n8n after installation.
Credentials
Credential type: Mnexium API + Model Keys
Mnexium API Key: optional for supported trial/free-tier flowsOpenAI API Key: optional, sent asx-openai-keywhen providedAnthropic API Key: optional, sent asx-anthropic-keywhen providedGoogle API Key: optional, sent asx-google-keywhen provided
Notes:
- You can run some flows with an empty Mnexium key (trial provisioning).
- Provider keys are still required when the selected model/provider requires them.
Supported Resources And Operations
| Resource | Operations | | --- | --- | | Chat | Message a Model | | Chat History | List Chats, Read Chat, Delete Chat | | Memory | List, Search, Create, Get, Update, Delete, List Superseded, Restore, List Recall Events, Get Claims For Memory | | Claim | Get Truth, Get Slot Value, Get History, List Slots, Get Graph, Create, Get, Retract | | Profile | Get Profile, Update Fields, Delete Field, Get Schema | | State | Get, Set, Delete | | Record Schema | List Schemas, Create/Update Schema, Get Schema | | Record | List, Create, Get, Update, Delete, Query, Search | | System Prompt | List, Create, Get, Update, Delete, Resolve | | Memory Policy | List, Create, Get, Update, Delete, Resolve | | Integration | List, Create, Get, Update, Delete, Test Pull, Sync Cache, Send Webhook | | Audit | List | | Custom Request | Custom API Call |
Quick Start
- Add a
Mnexiumnode to a workflow. - Select
Resource: ChatandOperation: Message a Model. - Set
Model(for examplegpt-4.1-mini). - Set
User Messagedirectly or pass text from incoming JSON. - Execute and inspect response data.
Chat Input Behavior
For Chat -> Message a Model:
User Messageis the primary input.- If empty, the node can fall back to incoming fields such as
message,text,input, orprompt. - Optional Mnexium controls include
subject_id,chat_id,learn,history,recall,log, and summarization/prompt policy options. - Advanced records controls are available for
mnx.records:Records Learn Mode:off | auto | forceRecords Tables (JSON Array): allowlist for extraction targetsRecords Sync: wait for write completion before responseRecords Recall: inject relevant records into context
Integrations
Use Resource: Integration when you want typed access to Mnexium inbound connectors instead of building raw custom requests.
Supported integration operations:
List: fetch project integrations, with optional inactive rows.Create: define pull/webhook connectors with templates, output mappings, auth, and webhook secrets.Get/Update/Delete: inspect and manage existing connector configs.Test Pull: execute/api/v1/integrations/:id/testwithout writing cache.Sync Cache: execute/api/v1/integrations/:id/syncand persist mapped values.Send Webhook: sign and send payloads to/api/v1/integrations/:id/webhook.
Webhook notes:
- Provide either
Webhook Signaturedirectly or aWebhook Secretso the node can compute the HMAC header. - If
Timestampis empty, the node sends the current Unix timestamp. - Optional
Event IDsupports backend deduplication.
Custom API Call
Custom API call is available only at Resource: Custom Request.
Inputs:
- HTTP Method
- Path
- Headers (JSON)
- Query Params (JSON)
- Body (JSON) for non-GET methods
Security:
- Absolute URLs are restricted to HTTPS on
mnexium.comandwww.mnexium.com. - Relative paths are resolved against
https://www.mnexium.com.
Troubleshooting
401 Unauthorized:- Check Mnexium key and provider keys.
- Verify backend deployment/state for your Mnexium environment.
- No model response:
- Confirm provider key matches the chosen model provider.
scan:n8nreturns404:- Publish package to npm first, then run scanner.
Development
npm install
npm run build
npm run lintCloud review helper:
npm run scan:n8nLinks
- Mnexium docs: https://www.mnexium.com/docs
- Repository: https://github.com/mnexium/n8n-nodes-mnexium
- Issues: https://github.com/mnexium/n8n-nodes-mnexium/issues
