How to Use the Jina AI (Search Foundation & LLM Grounding) MCP in VS Code Copilot
Equip your engineering team with live web search and document reranking inside VS Code Copilot using this MCP Server.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Jina AI (Search Foundation & LLM Grounding) MCP to VS Code Copilot
Create your Vinkius account to connect Jina AI (Search Foundation & LLM Grounding) to VS Code Copilot and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Ground VS Code Copilot with live web search
`search_web_jina` gives your entire team the ability to query the web for live technical solutions directly inside VS Code Copilot. By committing the server configuration to your repository, every developer gets instant access to semantic web results. Once the search returns the right resource, `read_url_content` extracts the text of that page directly into your VS Code Copilot chat. Copilot uses the clean markdown to debug errors or write code based on real-time web documentation.
Manage large document context in VS Code Copilot
`segment_content` chunks long text files and documentation into logical, semantic pieces before passing them to VS Code Copilot. This prevents the editor from overflowing its context window when analyzing massive log files or API specs. To ensure Copilot focuses on the most critical data, `rerank_documents` scores and sorts these text chunks based on your active coding query. You get precise code completions because the most relevant technical details are placed at the top of the prompt.
Run text classification directly in VS Code
This MCP Server tool `classify_texts` lets you test categorization logic inside VS Code Copilot by running zero-shot classification on text arrays. Developers can prototype routing features and verify classification accuracy before writing any backend code. When building search features, `generate_embeddings` converts your text strings into vectors directly inside VS Code Copilot. This lets your team test vector search pipelines and inspect embedding outputs directly in their primary development environment.
Set up Jina AI (Search Foundation & LLM Grounding) MCP in VS Code Copilot
Prerequisites
- VS Code 1.99 or later with GitHub Copilot extension
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and run "MCP: Add Server". Select HTTP (Streamable) as the server type. VS Code will create.vscode/mcp.jsonin your workspace. - 2
Add the Jina AI (Search Foundation & LLM Grounding) MCP
Paste the JSON snippet shown on the right into your
.vscode/mcp.json. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Switch to Agent mode
Open Copilot Chat (
Cmd+Shift+I/Ctrl+Shift+I) and switch to Agent mode using the dropdown. MCP tools are only available in Agent mode — they do not appear in Edit or Ask modes. - 4
Verify the connection
In the Copilot Chat input, type
#to list available tools. You should see the Jina AI (Search Foundation & LLM Grounding) tools listed. Try asking: "List my recent Jina AI (Search Foundation & LLM Grounding) transactions" and Copilot will invoke them automatically.
{
"mcpServers": {
"jina-ai-search-foundation-llm-grounding-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 Jina 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 Jina AI (Search Foundation & LLM Grounding) MCP in VS Code Copilot
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Jina AI (Search Foundation & LLM Grounding) MCP today
We host it, we monitor it, we maintain it. You just paste one token.