Dwell — an Alexa+ MCP server (spec 2025-11-25, Streamable HTTP) for domestic jobs that spend most of their time waiting. Build, Ship, Shape hackathon.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"build-ship-shape": {
"command": "npx",
"args": [
"-y",
"RamadanDurguti/build-ship-shape"
]
}
}
}
Run in terminal:
claude mcp add build-ship-shape npx -y RamadanDurguti/build-ship-shape
Add to .cursor/mcp.json:
{
"mcpServers": {
"build-ship-shape": {
"command": "npx",
"args": [
"-y",
"RamadanDurguti/build-ship-shape"
]
}
}
}