How to Use the Alpic MCP in Cursor
Build and deploy MCP infrastructure directly inside Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Alpic MCP to Cursor
Create your Vinkius account to connect Alpic 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.
Scaffold Alpic Projects in Cursor
Alpic lets Cursor Agent act as your dedicated DevOps engineer while you write code. You tell the editor to start a new integration, and it runs `create_project` to register the application and assign a team ID. The agent pulls the resulting project ID and immediately injects it into your local configuration files. Managing multiple repositories becomes trivial. Cursor calls `list_projects` to check your existing MCP infrastructure before scaffolding new files. If a repository URL changes, the agent executes `update_project` to sync your local workspace with the remote backend.
Tunnel Local Code to Live Environments
Testing an MCP server usually requires painful port forwarding, but Alpic handles this natively inside your editor. Cursor invokes `get_tunnel_ticket` to generate a secure public URL and authentication token. The agent wires this URL into your test suite automatically. You keep coding while the agent verifies the connection. It runs `get_server_info` against the tunneled endpoint to confirm all 18 tools are exposed correctly. You get instant validation that your local changes will actually work in production.
Ship MCP Servers from the Editor
Pushing a release to Alpic no longer requires a separate CLI tool. Cursor triggers `deploy_environment` right from your agent chat, pushing your current branch to staging or prod. It grabs the deployment ID and waits for the build to finish. Failed builds get diagnosed inline. The agent calls `get_deployment` to check the status code, then pulls the exact error trace using `get_deployment_logs`. It reads the stack trace and suggests code fixes directly in your active editor tab.
Set up Alpic 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 Alpic 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 Alpic transactions." If the MCP tools are loaded correctly, Cursor will call the Alpic tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"alpic-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 Alpic. 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 Alpic MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Alpic MCP today
We host it, we monitor it, we maintain it. You just paste one token.