HYTHE — coordination bus + shared truth for AI agent fleets — self-hosted MCP server + stdio bridge.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
@hythe/mcp · npm · 0.1.7
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": "dev.hythe/hythe",
"description": "HYTHE — coordination bus + shared truth for AI agent fleets — self-hosted MCP server + stdio bridge.",
"repository": {
"url": "https://github.com/hythe-dev/hythe",
"source": "github"
},
"version": "0.1.7",
"packages": [
{
"registryType": "npm",
"identifier": "@hythe/mcp",
"version": "0.1.7",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Stable exact agent identity for this client lane; required so restarts and compaction cannot adopt another principal",
"isRequired": true,
"format": "string",
"name": "HYTHE_AGENT_ID"
},
{
"description": "Optional path to one protected per-agent credential file: regular, non-symlink, owned by the client user, mode 0400 or 0600, containing one hya1 token. Never place the token itself in an environment variable.",
"format": "string",
"name": "HYTHE_AGENT_KEY_FILE"
},
{
"description": "Client authorization expectation: observe, mixed, or required (default observe). Move to mixed and then required only after this exact lane has a credential and passes /agent/whoami.",
"format": "string",
"name": "HYTHE_AGENT_AUTH_MODE"
},
{
"description": "Shared API key authenticating the bridge to your self-hosted HYTHE server (create a protected .env with: npx -y @hythe/mcp@0.1.7 init --write-env --agent-id <agent-id>)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "API_KEY"
},
{
"description": "HYTHE server host (default 127.0.0.1)",
"format": "string",
"name": "MCP_HOST"
},
{
"description": "HYTHE server port (default 6174)",
"format": "string",
"name": "MCP_PORT"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-15T05:49:56.220364Z",
"publishedAt": "2026-08-15T05:49:56.220364Z",
"updatedAt": "2026-08-15T05:49:56.220364Z",
"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.1.7last 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.