Import Order Enforcer Connector for AI agents.
3 live capabilities
Automate TypeScript and JavaScript import sorting and cleanup.
Waiting for input…
Why people use Import Order Enforcer
Import Order Enforcer for cleaner TypeScript imports
With this Connector, your agent can scan your source code and fix it instantly. You get clean, sorted, and valid imports without ever touching a keyboard.
What Vinkius changes
You get perfectly organized, alphabetically sorted, and dead-code-free imports in every file you touch.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Cleaning up after a refactor
A developer is moving components from one folder to path/to/component.
Complete set · 3capabilities
The complete Import Order Enforcer capability set.
These are the exact actions your AI can choose when you ask it to work with Import Order Enforcer.
01—03
3 capabilities in this set.
Part of 3 available through Import Order Enforcer.
- 01 Capability
Fix imports
Generates a clean, properly sorted and grouped import block for your source files.
- 02 Capability
Validate imports
Checks if your current import statements follow the rules for the project's structure.
- 03 Capability
Detect unused imports
Your agent can scan your code to find any imports that are no longer being used in your file.
Set up in minutes
One URL. Then ask Import Order Enforcer to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Import Order Enforcer 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_7L2p3lLlByzqOACQkcDbCHZPuRJAao4wrAm0ajfB/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 Import Order Enforcer, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Import Order Enforcer for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_7L2p3lLlByzqOACQkcDbCHZPuRJAao4wrAm0ajfB/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 Import Order Enforcer URL.
- Step 03
Save and start
Save the connection and enable Import Order Enforcer in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"import-order-enforcer": {
"url": "https://edge.vinkius.com/vk_preview_7L2p3lLlByzqOACQkcDbCHZPuRJAao4wrAm0ajfB/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 Import Order Enforcer
Open Agent mode in chat and ask: "Using Import Order Enforcer, help me...". 3 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"import-order-enforcer": {
"url": "https://edge.vinkius.com/vk_preview_7L2p3lLlByzqOACQkcDbCHZPuRJAao4wrAm0ajfB/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 Import Order Enforcer
Ask Copilot: "Using Import Order Enforcer, help me...". 3 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"import-order-enforcer": {
"url": "https://edge.vinkius.com/vk_preview_7L2p3lLlByzqOACQkcDbCHZPuRJAao4wrAm0ajfB/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 Import Order Enforcer
Open Cascade and ask: "Using Import Order Enforcer, help me...". 3 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"import-order-enforcer": {
"url": "https://edge.vinkius.com/vk_preview_7L2p3lLlByzqOACQkcDbCHZPuRJAao4wrAm0ajfB/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 Import Order Enforcer
Ask Cline: "Using Import Order Enforcer, help me...". 3 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add import-order-enforcer --transport http "https://edge.vinkius.com/vk_preview_7L2p3lLlByzqOACQkcDbCHZPuRJAao4wrAm0ajfB/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 Import Order Enforcer
Ask Claude: "Using Import Order Enforcer, show me...". 3 tools are ready
Where the request belongs
Work Import Order Enforcer can move forward.
Software engineers and tech leads who are looking to maintain a consistent coding standard across a large codebase or team. It's for the developer who is tired of manual lintES, and manually fixing import blocks in every PR review.
Software Engineer
Maintains a consistent coding standard across a large codebase or team without manual linting.
Tech Lead
Enforces import ordering rules in every PR review without hand-fixing import blocks.
TypeScript/JavaScript Developer
Wants to automate the boring parts of refactoring and keep imports clean and sorted.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsExact Type Inference Validator
Analyze TypeScript source code to detect implicit 'any', type assertions, and unannotated declarations.
TypeScript Excellence Prover
AI agents produce unsafe TypeScript loaded with `any` types, @ts-ignore overrides, empty catch blocks, and event-loop blocking operations. This prover enforces absolute type safety, zero-workaround policies, typed error schemas, decoupled architecture, and optimized async execution.
Dead Code & Export Auditor
Identify unused exports and unreachable code paths using deterministic AST-driven reference counting.
Code Integrity Prover
AI agents default to type evasion (like any, void*, unsafe, or ignore), TODO stubs, timing/sleep hacks, and empty catch blocks. 96% of developers don't trust AI-generated code. This capability enforces zero-workaround integrity across all programming languages.
DeepSource
Automate code quality monitoring via DeepSource. analyze issues, vulnerabilities, metrics, and report cards directly from any AI agent.
SonarCloud
Merge your SaaS DevOps workflow with SonarCloud to review AI code and prevent production vulnerabilities.
Bring your own AI
Change the model, client or framework. Keep Import Order Enforcer 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 Import Order Enforcer.
The practical details behind the request, access and result.
How can I find unused imports in my file?
Use the detect_unused_imports capability by providing your file content; it will return a list of all identifiers that are declared but never used.
Can this capability fix my import order automatically?
Yes, the generate_fixed_import_block capability analyzes your current imports and returns a perfectly formatted block following your specified rules.
Does it support custom groups?
Yes, you can define specific grouping logic for 'builtin', 'external', 'internal', 'parent', and 'sibling' paths.
One connection away
Give your agent a direct line to Import Order Enforcer.
Connect Import Order Enforcer once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available