API #378
Replies: 2 comments
|
I'm trying to install this mcp to use in my claude code terminal but it will not connect due to this issue: |
|
Hey @chad-orases — answering both of your messages in one go. On the original question (does n8n-mcp work with self-hosted n8n): Yes, fully. Self-hosted is actually the most common deployment. You set two env vars: No On the FTS5 / sql.js issue. What you are seeing is the database adapter falling back from the native The root cause is almost always one of two things:
Either path will get you off sql.js and onto the native adapter, and the FTS5 crash will go away. Also worth noting: the health check itself only warns about a missing FTS5 table — the actual crash you are hitting is downstream when a search query tries to use it. I will look at making that fail more gracefully so future users get a clearer error message instead of "health check failed". Thanks for reporting it. |
Uh oh!
There was an error while loading. Please reload this page.
Hi - does your mcp server allow interaction with the n8n api on self hosted n8n instances?
All reactions