How to Use the TrueFoundry MCP in Cline
Execute complex tasks with Cline: TrueFoundry lets your autonomous agent perform multi-step actions, from data fetching to commits.
Works with every AI agent you already use
…and any MCP-compatible client
Connect TrueFoundry MCP to Cline
Create your Vinkius account to connect TrueFoundry to Cline and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Running Gateway Chats via Cline
When you need an answer from a large language model, use `truefoundry_run_gateway_chat`. You push the query string through TrueFoundry, and it handles routing to the right gateway model. It's like having an LLM API built into your workflow. This tool makes sure that even if you change models or providers later, your script still runs without breaking.
Monitoring TrueFoundry MCP Server Deployments
Keeping track of running services is crucial. `truefoundry_list_deployments` monitors the existing array of backend topologies mapped to your team. It keeps you in the loop on what's up and running. If you need a status check, `truefoundry_get_deployment_status` emits detailed metric states for any given service instance.
Generating Embeddings with Cline
Need to calculate semantic vectors? Use `truefoundry_generate_embeddings`. It calculates these secure vectors using the unified abstraction layer. This data is perfect for building retrieval systems. Beyond embeddings, you can get a list of all accessible models using `truefoundry_list_gateway_models` before running any code.
Set up TrueFoundry MCP in Cline
Prerequisites
- VS Code with Cline extension installed
- Active Vinkius subscription with a valid endpoint token
- 1
Open Cline MCP settings
Click the Cline icon in the VS Code sidebar to open the Cline panel. Then click the MCP Servers icon (server stack) at the top-right corner of the panel.
- 2
Add a remote server
Click "Remote Servers" at the top, then click "Add Remote MCP". In the Name field, type
truefoundry-mcp. In the URL field, paste your Vinkius endpoint:https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp. Get your token from cloud.vinkius.com. - 3
Enable the server
After saving, the server appears in the Cline MCP panel. Toggle the switch to enable it. The status indicator turns green when the connection is live.
- 4
Start using tools
Return to the Cline chat and ask: "Check my latest TrueFoundry refund status." Cline will discover the available tools and request your approval before invoking each one — giving you full control over every action.
{
"mcpServers": {
"truefoundry-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 TrueFoundry. 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 TrueFoundry MCP in Cline
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the TrueFoundry MCP today
We host it, we monitor it, we maintain it. You just paste one token.