How to Use the Clearstory MCP in Cursor
Build code using live construction data by connecting Clearstory to Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Clearstory MCP to Cursor
Create your Vinkius account to connect Clearstory 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 Clearstory data into Cursor
Write code that reacts to real-world job site updates. By calling `list_construction_projects`, your agent gets the exact project IDs needed to write accurate logic. You avoid manual lookups. The agent pulls the data, and you see the results immediately in your editor context.
Query contracts inside Cursor
Call `list_project_contracts` to fetch linked change orders while you work on your application logic. It helps you verify contract status without leaving your IDE. This creates a tighter loop between your database schema and the actual project records. You'll spend less time switching windows to check IDs.
Use T&M tags in Cursor agents
Feed your agent real field data by calling `list_tm_tags`. The agent uses these values to generate code that reflects current site conditions. It works better than mock data. Since the tool provides live numbers, your code is ready for production tests right out of the box.
Set up Clearstory 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 Clearstory 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 Clearstory transactions." If the MCP tools are loaded correctly, Cursor will call the Clearstory tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"clearstory-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 Clearstory. 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 Clearstory MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Clearstory MCP today
We host it, we monitor it, we maintain it. You just paste one token.