There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
eight-sleep-mcp-unofficial · npm · 0.2.5
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.davidmosiah/eight-sleep-mcp",
"description": "Unofficial Eight Sleep MCP server: read sleep trends, temperature, alarms; gated pod control.",
"repository": {
"url": "https://github.com/davidmosiah/eight-sleep-mcp",
"source": "github"
},
"version": "0.2.5",
"websiteUrl": "https://wellness.delx.ai/connectors/eight-sleep",
"packages": [
{
"registryType": "npm",
"identifier": "eight-sleep-mcp-unofficial",
"version": "0.2.5",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Eight Sleep account email. Optional when configured with eight-sleep-mcp-server setup.",
"format": "string",
"name": "EIGHT_SLEEP_EMAIL"
},
{
"description": "Eight Sleep account password. Prefer the setup command so this secret is stored in ~/.eight-sleep-mcp/config.json (chmod 600) instead of MCP client config.",
"format": "string",
"isSecret": true,
"name": "EIGHT_SLEEP_PASSWORD"
},
{
"description": "Set to true to enable write tools (set_temperature, set_side, set_away_mode, snooze/dismiss alarm). Default false (read-only).",
"format": "string",
"name": "EIGHT_SLEEP_ALLOW_MUTATIONS"
},
{
"description": "Optional payload mode: summary, structured, or raw. Defaults to structured.",
"format": "string",
"name": "EIGHT_SLEEP_PRIVACY_MODE"
},
{
"description": "Optional SQLite cache toggle. Set to true or sqlite to enable.",
"format": "string",
"name": "EIGHT_SLEEP_CACHE"
},
{
"description": "Optional local token path. Defaults to ~/.eight-sleep-mcp/tokens.json.",
"format": "string",
"name": "EIGHT_SLEEP_TOKEN_PATH"
},
{
"description": "Optional override for the Android-app client_id default.",
"format": "string",
"name": "EIGHT_SLEEP_CLIENT_ID"
},
{
"description": "Optional override for the Android-app client_secret default.",
"format": "string",
"isSecret": true,
"name": "EIGHT_SLEEP_CLIENT_SECRET"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-05-29T18:28:07.277636Z",
"publishedAt": "2026-05-29T18:28:07.277636Z",
"updatedAt": "2026-05-29T18:28:07.277636Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.2.5last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.