If your dev team uses Cursor, Continue, or Zed's AI, they can connect VICIPanel as an MCP server and operate the platform from their editor. Useful for running ops queries while writing integration code, or for building custom tooling around VICIPanel's API surface.
Cursor
Cursor settings → MCP → Add server. Use HTTP transport and paste your tenant's /api/mcp URL plus a Bearer token. Restart Cursor. The server shows up in the tools panel.
Continue
Edit your Continue config.yaml and add the MCP server under the mcpServers section. Full example in the Continue docs, the pattern is identical to our Cursor setup.
Zed
Zed's AI Assistant settings → Context Servers → Add. Point it at /api/mcp with a Bearer token. Zed's MCP implementation is stable as of late 2025.
