How to Use the Glob Pattern Tester MCP in Cursor
Let Cursor test your glob patterns against real file paths using the exact algorithm npm and git rely on.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Glob Pattern Tester MCP to Cursor
Create your Vinkius account to connect Glob Pattern Tester to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Let your Cursor agent run `test_glob` while coding
The `test_glob` tool integrates with your Cursor MCP configuration to validate file paths against your project glob configurations. When you write build scripts, your agent uses this tool to check if your source files are correctly matched. This setup lets you write reliable config files without leaving your editor. You get instant validation on whether a path like `src/index.ts` matches a wildcard pattern.
Debug gitignore matching rules inside Cursor
The `test_glob` tool stops you from accidentally committing ignored files by checking them against your active gitignore patterns. Your AI editor reads your rules and tests them against your workspace paths in real-time. By running this MCP server inside Cursor, you can ask the editor why a specific file is showing up in your git status. The tool runs the minimatch algorithm to give you a definitive answer.
Verify complex build exclusions in Cursor
The `test_glob` tool analyzes nested directories to ensure your bundler exclusions work before you run a build. Cursor uses this tool to verify that your production builds don't include test files or mock data. Instead of running dry-run build commands in your terminal, you let Cursor check the paths. It makes configuring monorepos and complex workspaces much faster.
Set up Glob Pattern Tester MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Glob Pattern Tester MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Glob Pattern Tester transactions." If the MCP tools are loaded correctly, Cursor will call the Glob Pattern Tester tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"glob-pattern-tester-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by minimatch. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Glob Pattern Tester MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Glob Pattern Tester MCP today
We host it, we monitor it, we maintain it. You just paste one token.