We offer a Model Context Protocol (MCP) server that connects AI coding assistants directly
to the latest SVAR documentation, API references, and code examples
The SVAR MCP Server connects your AI environment to trusted, up-to-date SVAR knowledge. Since AI models can miss recent updates, the server helps them answer with current, verified information and generate code that follows our recommended patterns. When enabled, your AI agent can securely query the server for verified, private assistance based on the latest SVAR knowledge.
Server URL
The SVAR MCP Server uses retrieval and routing techniques to provide accurate answers from the latest SVAR documentation:
Custom retrieval-augmented generation solution that finds relevant information and generates precise answers based on your specific queries
Intelligent machine learning model that identifies your intention and optimizes query routing to the parts of our knowledge that are truly relevant
Real-time ingestion pipelines that ensure that our system serves the up-to-date version of our insights
The SVAR MCP server is available as a fully managed hosted service, so you do not need to install or maintain anything.
The service doesn't store any personal information of MCP users. Queries sent to the server may be stored for debugging and service improvement purposes though. If you want to opt-out of this, please contact us at info@svar.dev, we can provide a commercial version of the service with guaranteed no-logging policies.
To use the MCP server with Claude Code, you can add it via the command line or configure it in your project settings.
Using the CLI: Run the following command in your terminal:
claude mcp add --transport http svar-mcp https://docs.svar.dev/mcpManual Configuration: You can also add it to your ~/.claude.json or .mcp.json configuration file:
{ "mcpServers": { "svar-mcp": { "type": "http", "url": "https://docs.svar.dev/mcp" } }}For more information, consult the official documentation.
Cursor has built-in support for MCP servers.
{ "mcpServers": { "svar-mcp": { "serverUrl": "https://docs.svar.dev/mcp" } }}Once added, you can reference it in your chats (e.g., "Check SVAR Docs for how to configure the grid").
Alternatively, you can install the SVAR MCP server directly in Cursor with one click:
Learn more in the official documentation.
Click the button to install the SVAR MCP server directly in VS Code:
To use the server with the Antigravity CLI tool type /mcp inside the prompt panel and configure it within MCP Manager Overlay.
Alternatively, you can configure it manually:
~/.gemini/config/mcp_config.json for global setup and at .agents/mcp_config.json for workspace setup.mcpServers object:
{ "mcpServers": { "svar-mcp": { "serverUrl": "https://docs.svar.dev/mcp" } }}See the official documentation for further details.
For Google's Antigravity agent:
https://docs.svar.dev/mcpsvar-mcpRefer to the official documentation for more guidance.
For Google's Antigravity agent:
https://docs.svar.dev/mcpTo enable the server in ChatGPT:
svar-mcphttps://docs.svar.dev/mcpNo authentication as AuthenticationYou can now ask your Custom GPT to "Consult the SVAR MCP server" when asking questions about Svelte DataGrid.
Full setup details are available in the official documentation.
Refer to the official documentation for guidance.