How to Use the Glean MCP in Cursor
Feed real corporate documentation directly into Cursor to write code that matches internal specs.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Glean MCP to Cursor
Create your Vinkius account to connect Glean 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.
Inject internal specs directly into Cursor
The `search` tool pulls technical specs, API designs, and architecture docs directly into your active coding session. Your AI agent reads the actual files instead of guessing based on outdated training data. Use `get_document` to load the exact markdown or text file you need. This lets you generate code that complies with internal standards on the first try.
Index local workspace files with this MCP Server
This MCP Server uses `index_document` to push your local workspace documentation into the shared company index. Your teammates can search your newly created guides the moment you write them. For massive updates, `bulk_index_documents` lets you upload whole directories of internal guides at once. This keeps the entire team's search results consistent without manual uploads.
Group resources with this MCP Server
The `list_collections` tool lets your agent browse curated groups of documents relevant to your current repository. You don't have to guess which guides belong to your project. Running `get_collection` retrieves the specific guides and setup instructions for your current service. It gives your agent the exact context needed to debug complex environment issues.
Set up Glean 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 Glean 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 Glean transactions." If the MCP tools are loaded correctly, Cursor will call the Glean tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"glean-alternative-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 Glean. 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 Glean MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Glean MCP today
We host it, we monitor it, we maintain it. You just paste one token.