How to Use the FastGPT MCP in Cursor
Build code using live vector context by querying and updating FastGPT datasets inside Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect FastGPT MCP to Cursor
Create your Vinkius account to connect FastGPT 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.
Write code backed by real FastGPT dataset schemas
Your agent calls `get_dataset_detail` to pull live FastGPT schemas directly into your active Cursor code file. This lets you inspect your exact FastGPT structures to write precise database integrations. No more guessing FastGPT field names or mocking dataset structures in your editor. Cursor uses actual vector chunks fetched via `search_dataset_data` to write code that perfectly matches your production data shapes.
Automate FastGPT document ingestion during active development
Your agent runs `push_dataset_data` to upload your active Cursor workspace files directly to your FastGPT knowledge base. This keeps your codebase files and API specs synced without manual uploads. You can initialize new FastGPT knowledge bases for your Cursor projects directly from the chat. The agent calls `create_dataset` to set up your vector storage without making you leave Cursor.
Test FastGPT app logic inside your Cursor chat
Your agent uses `chat_completions` to send test payloads to your FastGPT apps directly inside the Cursor sidebar. This lets you debug your FastGPT RAG pipelines without leaving your code editor. You can inspect FastGPT app configurations on the fly. The agent runs `get_app_detail` to verify that your active Cursor workspace is targeting the correct model and prompt settings.
Set up FastGPT 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 FastGPT 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 FastGPT transactions." If the MCP tools are loaded correctly, Cursor will call the FastGPT tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"fastgpt-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 FastGPT. 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 FastGPT MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the FastGPT MCP today
We host it, we monitor it, we maintain it. You just paste one token.