Replies: 2 comments
-
|
Hey @skyhi69 — no apology needed, this is exactly the right question to ask. Most of what the Anthropic post is pointing at is "stop pulling huge MCP responses into the context window when you do not have to". The good news is n8n-mcp is already built around that idea. Here is what is in your toolbox today:
On the Anthropic "code execution with MCP" pattern specifically — that is the stronger version where the MCP server exposes a sandboxed code-execution surface and the model writes scripts that filter/transform tool output before any of it ever reaches the context window. n8n-mcp does not do that today. It is a real pattern and a sensible direction, but it is a meaningful build. I will open an issue to track exploring it as a future direction. For now the three knobs above will get you most of the way there. Welcome, by the way — you are asking the right kind of questions. You will be fine. |
Beta Was this translation helpful? Give feedback.
-
|
Tracked as #716 — happy to discuss the design over there. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I apologize as a older person, I am just learning to be more technical and struggling to get caught up on the AI revolution by learning n8n, and learning to use this wonderful program to help me create workflows. I read that the biggest complaint seems to be about token usage limits with Claude using tools and mcp, and I am wondering if there are ways to mitigate this, with the latest research by Anthropic (www.anthropic.com/engineering/code-execution-with-mcp)? Is it possible to optimize according to these findings?
Beta Was this translation helpful? Give feedback.
All reactions