Context Cache Invalidation Detector Connector for AI agents.
3 live capabilities
Monitor agent reasoning integrity and prevent context loss
Waiting for input…
Why people use Context Cache Invalidation Detector
Preventing reasoning drift with Context Cache Invalidation Detector
This MCP changes that. Instead of staring at logs, you get a direct diagnostic of the session's health. You can see exactly which part of the context—the instructions, the summary, or the reasoning—has drifted. It turns a mysterious failure into a clear, actionable data point.
What Vinkius changes
You get a real-time diagnostic of your agent's cognitive continuity.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Debugging sudden instruction loss
An engineer notices an agent ignoring a formatting rule.
- Real-world use case 02
Monitoring long-running reasoning chains
A researcher running a multi-hour reasoning task uses compute_pillar_checksums to ensure the last reasoning block hasn't been lost to session pruning.
- Real-world use case 03
Validating prompt caching stability
A developer testing new caching strategies uses get_continuity_status to see if the speed gains are causing degraded session health.
Complete set · 3capabilities
The complete Context Cache Invalidation Detector capability set.
These are the exact actions your AI can choose when you ask it to work with Context Cache Invalidation Detector.
01—03
3 capabilities in this set.
Part of 3 available through Context Cache Invalidation Detector.
- 01 Capability
Check context integrity
Validates if the current session context remains intact. It's used to confirm the agent hasn't lost its core instructions.
- 02 Capability
Compute pillar checksums
Creates unique fingerprints for the four pillars of context. This allows you to track changes in the system prompt and reasoning blocks.
- 03 Capability
Get continuity status
Provides a quick health assessment of the session. It tells you if the session is Healthy, Degraded, or Broken.
Set up in minutes
One URL. Then ask Context Cache Invalidation Detector to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Context Cache Invalidation Detector from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_RiJdU9HeoyAsKSt0VdAENP1CWaSyOe4Igqj8jBJ7/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Context Cache Invalidation Detector, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Context Cache Invalidation Detector for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_RiJdU9HeoyAsKSt0VdAENP1CWaSyOe4Igqj8jBJ7/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Context Cache Invalidation Detector URL.
- Step 03
Save and start
Save the connection and enable Context Cache Invalidation Detector in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"context-cache-invalidation-detector": {
"url": "https://edge.vinkius.com/vk_preview_RiJdU9HeoyAsKSt0VdAENP1CWaSyOe4Igqj8jBJ7/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Context Cache Invalidation Detector
Open Agent mode in chat and ask: "Using Context Cache Invalidation Detector, help me...". 3 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"context-cache-invalidation-detector": {
"url": "https://edge.vinkius.com/vk_preview_RiJdU9HeoyAsKSt0VdAENP1CWaSyOe4Igqj8jBJ7/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Context Cache Invalidation Detector
Ask Copilot: "Using Context Cache Invalidation Detector, help me...". 3 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"context-cache-invalidation-detector": {
"url": "https://edge.vinkius.com/vk_preview_RiJdU9HeoyAsKSt0VdAENP1CWaSyOe4Igqj8jBJ7/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Context Cache Invalidation Detector
Open Cascade and ask: "Using Context Cache Invalidation Detector, help me...". 3 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"context-cache-invalidation-detector": {
"url": "https://edge.vinkius.com/vk_preview_RiJdU9HeoyAsKSt0VdAENP1CWaSyOe4Igqj8jBJ7/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Context Cache Invalidation Detector
Ask Cline: "Using Context Cache Invalidation Detector, help me...". 3 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add context-cache-invalidation-detector --transport http "https://edge.vinkius.com/vk_preview_RiJdU9HeoyAsKSt0VdAENP1CWaSyOe4Igqj8jBJ7/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Context Cache Invalidation Detector
Ask Claude: "Using Context Cache Invalidation Detector, show me...". 3 tools are ready
Where the request belongs
Work Context Cache Invalidation Detector can move forward.
This is for developers and AI engineers who build complex, long-running agentic workflows where losing a single instruction can break the entire logic chain.
AI Engineer
Debugging why an agent suddenly ignores system prompts during long-running tasks.
LLM Ops Specialist
Monitoring session stability and the impact of prompt caching on reasoning quality.
Prompt Engineer
Verifying that complex, multi-step instructions remain present in the context window.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsSentry
Grant your AI agent full access to Sentry's Application Performance Monitoring capabilities to track raw exceptions, resolve error logs, and inspect crash stack traces dynamically.
Agent Config Drift Detector
Detects unauthorized changes to agent configurations by comparing SHA-256 hashes.
OpenTelemetry Trace Latency Analyzer
Analyze OpenTelemetry traces to identify latency bottlenecks and critical path inefficiencies.
OpenTelemetry TraceContext Validator
Validates W3C TraceContext and OpenTelemetry headers for distributed agent tracing.
X Ads (Twitter)
Connect your X Ads account to any AI agent. audit campaigns, analyze line item performance, and pull engagement reports through natural conversation.
Box
Store, share, and collaborate on files securely with enterprise-grade cloud content management and governance controls.
Bring your own AI
Change the model, client or framework. Keep Context Cache Invalidation Detector connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Context Cache Invalidation Detector.
The practical details behind the request, access and result.
How can the Context Cache Invalidation Detector help my AI agents?
It monitors the integrity of your agent's memory. It detects if important instructions or reasoning steps have been accidentally deleted by the system's caching mechanisms, preventing your agent from losing its way.
Can I use the Context Cache Invalidation Detector to debug hallucinations?
Yes. Many hallucinations are caused by the agent losing its system instructions or core context. This MCP helps you verify if the instructions are still present and intact.
Does the Context Cache Invalidation Detector work with any AI client?
It works with any MCP-compatible client, including Claude, Cursor, and Windsurf. Once connected via Vinkius, it's available to your agent immediately.
How does the Context Cache Invalidation Detector identify context loss?
It uses mathematical checksums to create unique fingerprints of your context. If the fingerprints change unexpectedly, it knows the context has been altered or lost.
Will the Context Cache Invalidation Detector slow down my agent?
No. The diagnostic checks are lightweight and designed to run as needed to ensure your agent stays on track without adding significant latency to your workflow.
What is the purpose of the continuity score?
The context_continuity_score represents the health of the session by calculating the ratio of matched checksums against the expected Four Pillars of Context.
How does it detect if reasoning was lost?
It compares the hash of the lastReasoningBlock against the previously stored hash. If they do not match, it indicates the reasoning was cleared or altered.
Can I use this with Claude Desktop?
Yes, this MCP server can be connected to Claude Desktop, Cursor, VS Code, Windsurf, and any other MCP-compatible client via Vinkius Edge.
One connection away
Give your agent a direct line to Context Cache Invalidation Detector.
Connect Context Cache Invalidation Detector once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available