How to Use the Goldsky (Web3 Data Indexing & Subgraphs) MCP in Cursor
Generate working Web3 indexing code and control live pipelines directly inside the Cursor editor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Goldsky (Web3 Data Indexing & Subgraphs) MCP to Cursor
Create your Vinkius account to connect Goldsky (Web3 Data Indexing & Subgraphs) 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.
Deploy subgraphs from your active codebase
The `create_pipeline` tool turns your local YAML configurations into live indexing pipelines without leaving your file editor. Your agent reads your local smart contract files, writes the pipeline definition, and deploys it immediately. To ensure the generated YAML is correct, the agent executes `validate_pipeline` in the background. This workflow eliminates the feedback loop of pushing broken code to a remote repository just to test deployment.
Debug live indexing pipelines inside Cursor
The `get_pipeline_logs` tool pulls execution logs directly into your editor's terminal window or chat pane. When a smart contract event payload changes, your agent analyzes these logs to rewrite your parsing code on the fly. If errors spike, `get_pipeline_error_count` gives you a clear metric of failures over the last hour. Having this data directly in your workspace means you can correlate indexing errors with recent code commits.
Manage active indexers with this MCP Server
The `list_pipelines` tool fetches every active indexer associated with your project to give you an instant status report. You can review your entire data ingestion setup without context-switching to a browser tab. For detailed inspection, `get_pipeline` retrieves the exact configuration of any single indexing pipeline. This lets your agent compare your local files against what is actually running in production.
Set up Goldsky (Web3 Data Indexing & Subgraphs) 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 Goldsky (Web3 Data Indexing & Subgraphs) 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 Goldsky (Web3 Data Indexing & Subgraphs) transactions." If the MCP tools are loaded correctly, Cursor will call the Goldsky (Web3 Data Indexing & Subgraphs) tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"goldsky-web3-data-indexing-subgraphs-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 Goldsky. 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 Goldsky (Web3 Data Indexing & Subgraphs) MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Goldsky (Web3 Data Indexing & Subgraphs) MCP today
We host it, we monitor it, we maintain it. You just paste one token.