How to Use the Gradient AI (LLM API & Finetuning) MCP in Cursor
Generate code using custom fine-tuned model outputs directly inside the Cursor editor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Gradient AI (LLM API & Finetuning) MCP to Cursor
Create your Vinkius account to connect Gradient AI (LLM API & Finetuning) 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 custom model completions into your Cursor code
Cursor lets your agent write code based on real-time model outputs rather than static mock data. By calling `complete_model` directly from the editor, your agent pulls predictions from your fine-tuned models to write highly accurate, domain-specific code. You can list your custom models using `list_models` or query a specific model's metadata with `get_model`. This ensures the code your editor generates matches the exact schema of your active model deployments.
Build RAG-backed codebases with this MCP Server
Stop guessing which internal APIs or documentation files you need to reference. Your agent uses `create_rag_collection` to index your local repository files and `list_rag_collections` to locate existing knowledge bases. When writing code, the editor calls `generate_embeddings` to find relevant internal code snippets. It then runs `answer_question` to feed the exact context directly into your active editor buffer.
Train models on your workspace files
You can train models without leaving your development workspace through this MCP Server. Your agent packages your local code files, sends them using `upload_file`, and initiates training with `fine_tune_model`. If you need to clean up old experiments, the agent can call `delete_model` to remove outdated weights. This keeps your active workspace clean and prevents you from paying for abandoned model instances.
Set up Gradient AI (LLM API & Finetuning) 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 Gradient AI (LLM API & Finetuning) 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 Gradient AI (LLM API & Finetuning) transactions." If the MCP tools are loaded correctly, Cursor will call the Gradient AI (LLM API & Finetuning) tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"gradient-ai-llm-api-finetuning-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 Gradient AI. 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 Gradient AI (LLM API & Finetuning) MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Gradient AI (LLM API & Finetuning) MCP today
We host it, we monitor it, we maintain it. You just paste one token.