Context Window Eviction Planner Connector for AI agents.
3 live capabilities
Manage LLM token limits and conversation memory efficiency
Waiting for input…
Why people use Context Window Eviction Planner
Preventing context loss with Context Window Eviction Planner
This MCP changes that by giving you a deterministic way to manage that space. Instead of guessing what to delete, you get a calculated plan that keeps the most important information. You stop fighting the window and start managing it.
What Vinkius changes
You get a mathematical way to keep your AI's memory clean and functional.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,400+ Connectors
- Real-world use case 01
Long-form coding sessions
A developer working on a massive codebase uses calculate_eviction_plan to clear out old terminal outputs while keeping the core architecture instructions in the window.
- Real-world use case 02
Complex research agents
An agent researching a deep topic uses analyze_window_efficiency to monitor when it needs to summarize its findings to make room for new data.
- Real-world use case 03
Multi-turn customer support bots
A support agent uses get_message_metadata to ensure the user's original problem remains the most 'weighted' part of the history during a long troubleshooting session.
Complete set · 3capabilities
The complete Context Window Eviction Planner capability set.
These are the exact actions your AI can choose when you ask it to work with Context Window Eviction Planner.
01—03
3 capabilities in this set.
Part of 3 available through Context Window Eviction Planner.
- 01 Capability
Get message metadata
Summarizes the importance and weight of your current conversation history. It helps you understand the density of your context.
- 02 Capability
Analyze window efficiency
Evaluates how well your current context is being used. It flags when you are running out of room.
- 03 Capability
Calculate eviction plan
Creates a specific list of messages to remove to fit within a target token limit. It keeps the most relevant data intact.
Set up in minutes
One URL. Then ask Context Window Eviction Planner to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Context Window Eviction Planner 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_r3Tjz2PlnpwYtOb3aE3qfzdh9jQjX01R6EJMejND/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 Window Eviction Planner, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Context Window Eviction Planner for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_r3Tjz2PlnpwYtOb3aE3qfzdh9jQjX01R6EJMejND/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 Window Eviction Planner URL.
- Step 03
Save and start
Save the connection and enable Context Window Eviction Planner in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"context-window-eviction-planner": {
"url": "https://edge.vinkius.com/vk_preview_r3Tjz2PlnpwYtOb3aE3qfzdh9jQjX01R6EJMejND/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 Window Eviction Planner
Open Agent mode in chat and ask: "Using Context Window Eviction Planner, help me...". 3 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"context-window-eviction-planner": {
"url": "https://edge.vinkius.com/vk_preview_r3Tjz2PlnpwYtOb3aE3qfzdh9jQjX01R6EJMejND/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 Window Eviction Planner
Ask Copilot: "Using Context Window Eviction Planner, help me...". 3 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"context-window-eviction-planner": {
"url": "https://edge.vinkius.com/vk_preview_r3Tjz2PlnpwYtOb3aE3qfzdh9jQjX01R6EJMejND/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 Window Eviction Planner
Open Cascade and ask: "Using Context Window Eviction Planner, help me...". 3 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"context-window-eviction-planner": {
"url": "https://edge.vinkius.com/vk_preview_r3Tjz2PlnpwYtOb3aE3qfzdh9jQjX01R6EJMejND/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 Window Eviction Planner
Ask Cline: "Using Context Window Eviction Planner, help me...". 3 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add context-window-eviction-planner --transport http "https://edge.vinkius.com/vk_preview_r3Tjz2PlnpwYtOb3aE3qfzdh9jQjX01R6EJMejND/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 Window Eviction Planner
Ask Claude: "Using Context Window Eviction Planner, show me...". 3 tools are ready
Where the request belongs
Work Context Window Eviction Planner can move forward.
This is for developers and AI researchers who build long-context applications and can't afford for their agents to lose the thread of a complex conversation.
AI Engineer
Managing token costs and context stability for production-grade agentic workflows.
LLM Developer
Optimizing long-form reasoning tasks where the conversation history grows rapidly.
Prompt Engineer
Ensuring that critical instructions and context aren't accidentally evicted during deep sessions.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse Connectors
Moving Average Ribbon Calculator
Analyze market trends and volatility using multi-layered Moving Average ribbons.
MACD Crossover Strategy
Deterministic MACD crossover trend-following strategy with momentum confirmation.
AWS SSM Parameter Store Sizing Calculator
Deterministic sizing and validation capability for AWS Systems Manager Parameter Store configurations.
High-Low Index Calculator
Calculate market breadth, cumulative summation, and detect momentum divergence.
ZigZag Indicator Calculator
Detect price swing points and analyze market structure using deterministic ZigZag logic.
Bandwidth
Automate telecom workflows via Bandwidth. send SMS/MMS, manage media, campaigns, and toll-free verification directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Context Window Eviction Planner 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 Window Eviction Planner.
The practical details behind the request, access and result.
How does the Context Window Eviction Planner keep my AI from forgetting things?
It calculates which messages are the least important based on their relevance and age. Instead of deleting everything, it surgically removes the 'noise' so the most important parts of your conversation stay in the window.
Can I use the Context Window Eviction Planner with Claude or Cursor?
Yes. As long as your client is MCP-compatible, like Claude, Cursor, or Windsurf, you can connect this to manage your context limits directly within those apps.
Will this MCP help me save money on token usage?
Yes. By helping you prune unnecessary or redundant messages, it keeps your context window lean, which can lead to more efficient token consumption during long sessions.
How do I know when I'm about to run out of context space?
You can check your context pressure at any time. The capability provides a way to monitor how much of your window is being used and flags when you are approaching the limit.
Is the message removal process random?
No, it is deterministic. The capability uses specific logic to weigh the importance of messages, ensuring that the removal process is optimized to keep the most relevant information available.
One connection away
Give your agent a direct line to Context Window Eviction Planner.
Connect Context Window Eviction Planner once. Keep it beside 6,400+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available