Skip to main content
Wherobots provides a set of agentic components that bring AI-assisted geospatial development to your editor or terminal. What you need to install depends on the tool you use.
ComponentDescription
VS Code ExtensionEditor extension for workspace management, notebook integration, job submission, and AI-assisted development. Works with any Code OSS-based editor.
MCP ServerModel Context Protocol server that empowers AI assistants to explore your spatial data catalogs, generate Spatial SQL, and execute queries.
Agent SkillsDomain-specific knowledge files that give AI assistants structured context about Wherobots workflows, APIs, and best practices.
CLICommand-line interface that wraps the full Wherobots Cloud API into a single binary for job submission, log streaming, and automation.

Install matrix

The table below shows what is installed automatically and what requires manual setup for each tool.
ComponentVS CodeCursorClaude Code
VS Code ExtensionInstallInstallN/A
MCP ServerAutomatic with extensionInstall manuallyInstall manually
Agent SkillsAutomatic with extensionInstall separatelyInstall separately
CLIInstall separatelyInstall separatelyInstall separately
The VS Code Extension automatically configures the MCP Server and bundles Agent Skills when installed in VS Code. In Cursor and other Code OSS-based editors, the extension installs but does not auto-configure the MCP Server or Skills — you must set those up manually.

Setup by tool

Installation varies by tool and platform.
Install the Wherobots VS Code Extension to get started. The extension automatically configures the MCP Server and bundles Agent Skills — no additional setup is needed for AI-assisted features.To use the CLI, install it separately.
Install the Wherobots VS Code Extension from the Extensions Marketplace or Open VSX Registry. The extension provides workspace management, notebook integration, and job submission.Cursor does not auto-configure the MCP Server or Agent Skills when the extension is installed. You must set up each component manually:
  1. Configure the MCP Server manually
  2. Install Agent Skills
  3. Optionally, install the CLI separately
Claude Code is a terminal-based tool and does not support VS Code extensions. Install each component separately:
  1. Configure the MCP Server for Claude Code
  2. Install Agent Skills
  3. Optionally, install the CLI separately

Next steps

Install the VS Code Extension

Install and configure the extension for VS Code, Cursor, and other Code OSS editors.

Configure the MCP Server

Set up the Wherobots MCP Server for spatial data exploration and query generation.

Install Agent Skills

Give your AI assistant domain-specific Wherobots knowledge for more accurate results.

Install the CLI

Submit jobs, stream logs, and access the full Wherobots API from your terminal.