Install Etch for BUZZ
Dorsey stack sovereign agent client
Prerequisite: you need a
project_id and app_token.
Sign up in 30 seconds
if you don't have them yet. Free tier, no credit card.
Install
pip install world-model-mcp
# BUZZ speaks MCP. Point its MCP server config at world-model-mcp:
{
"mcpServers": {
"world-model-mcp": {
"command": "python",
"args": ["-m", "world_model_server.server"],
"env": {
"ETCH_PROJECT_ID": "YOUR_PROJECT_ID",
"ETCH_APP_TOKEN": "wm_YOUR_APP_TOKEN",
"ETCH_HOSTED_URL": "https://etch.systems"
}
}
}
}
Verify
# BUZZ config location varies by build. # Look for an 'mcpServers' block in ~/.buzz/config.json # or the equivalent in your BUZZ install.
How it works
BUZZ is part of the Dorsey sovereign-agent stack. Since it speaks MCP, the same world_model_server.server module works as a drop-in MCP provider. A dedicated one-command installer is on the roadmap; the manual MCP config above works today.
MCP protocol reference: modelcontextprotocol.io
Other adapters
Claude CodeAnthropic official CLI + VS Code extensionvia scriptCursorAI-first code editorvia cliClineAutonomous VS Code coding agentvia cliCodexOpenAI's terminal coding agentvia cliContinueOpen-source AI code assistant (VS Code + JetBrains)via cliGitHub CopilotCopilot Chat with MCP (VS Code Insider)via cliWindsurfCodeium's agentic editorvia cliGooseBlock's local-first agentvia mcp-configHermesElixir-native MCP agent runtimevia cliOpenClawOpen-source Claude Code alternativevia cliPiPi terminal agentvia cli