Quick Start

After installing Wassette, get started in 3 simple steps:

1. Connect to an AI agent

For VS Code with GitHub Copilot, click to install:

Install in VS Code

Or use the command line:

code --add-mcp '{"name":"Wassette","command":"wassette","args":["serve","--stdio"]}'

2. Load a component

Ask your AI agent:

Please load the time component from ghcr.io/microsoft/time-server-js:latest

3. Use the component

Ask your AI agent:

What is the current time?

For other AI agents (Cursor, Claude Code, Gemini CLI), see the MCP clients guide.