Secure token storage using OS credential manager (Keychain, Credential Manager, libsecret)
Token validation with real-time customer status checking
Token management webview for creating and revoking API tokens
MCP Server Auto-Configuration
Automatically generates .vscode/mcp.json for VS Code's built-in MCP client
Adds MCP config to .gitignore to prevent accidental token commits
Preserves existing MCP server configurations
Command Palette Commands
Command
Description
Zekt: Configure API Token
Enter or update your Zekt API token
Zekt: Setup MCP Server Configuration
Manually generate/update MCP config
Zekt: Dispatch Event
Dispatch an event to subscribers
Zekt: Check Delivery Status
Check delivery status by correlation ID
Zekt: List Subscribers
List subscribers of a provider repository
Zekt: Browse Provider Directory
Search the Zekt provider directory
Zekt: Replay Event
Replay a previously dispatched event
Zekt: Event History
View recent event history
Zekt: Subscribe to Provider
Subscribe to a provider repository
Zekt: Account Summary
View your account overview
Keyboard Shortcuts
Shortcut
Command
Ctrl+Shift+Z D
Dispatch Event
Ctrl+Shift+Z S
Check Delivery Status
Sidebar
Account View — Your account status and profile info
Providers View — Your provider repositories
Recent Activity — Latest event dispatches
Status Bar
Shows your Zekt connection status at a glance:
⚡ Zekt: @username — Connected
⊘ Zekt: Not Connected — No token configured
⚠ Zekt: Error — Connection issue
Pricing
Pricing Note: This VS Code extension is free to install. The Zekt platform
services it connects to require an active subscription starting at $10/repo/month.
See pricing details.
Component
Price
Base
$10/repo/month
Analytics add-on
$3/repo/month
Shield add-on
$4/repo/month
MCP usage
Included in base
Extension Settings
Setting
Default
Description
zekt.apiEndpoint
https://fxdevzektapp.azurewebsites.net
Zekt API base URL
zekt.mcpEndpoint
https://fxdevzektapp.azurewebsites.net/api/mcp
MCP server endpoint
zekt.autoConfigureMcp
true
Auto-generate MCP config on token setup
zekt.showStatusBar
true
Show status bar indicator
zekt.defaultRepository
""
Default repository for dispatch commands
Privacy & Security
API tokens are stored in VS Code's SecretStorage (OS-level credential manager)
All API communication uses HTTPS
MCP config files are automatically added to .gitignore
No telemetry is collected without your consent (respects VS Code telemetry settings)