uisight
v0.15.0
io.github.yusufcemres/uisight
Your AI sees the screen but can't measure it — measured web UI findings, shared live sessions
dev.hythe/hythe · v0.1.7
HYTHE — coordination bus + shared truth for AI agent fleets — self-hosted MCP server + stdio bridge.
hythe 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"hythe": {
"command": "npx",
"args": [
"-y",
"@hythe/mcp"
],
"env": {
"HYTHE_AGENT_ID": "<HYTHE_AGENT_ID>",
"API_KEY": "<API_KEY>"
}
}
}
}HYTHE_AGENT_ID必填Stable exact agent identity for this client lane; required so restarts and compaction cannot adopt another principal
HYTHE_AGENT_KEY_FILE可选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.
HYTHE_AGENT_AUTH_MODE可选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.
API_KEY必填secretShared 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>)
MCP_HOST可选HYTHE server host (default 127.0.0.1)
MCP_PORT可选HYTHE server port (default 6174)
v0.15.0
io.github.yusufcemres/uisight
Your AI sees the screen but can't measure it — measured web UI findings, shared live sessions
v0.4.0
tech.finology/student-loan
Free, keyless federal student-loan math: RAP, IBR, ICR, PSLF. Logged+cited tier: verified-engine
v3.0.71
io.github.hashgraph-online/hol-guard
Local-first AI agent security evidence and approval workflows through HOL Guard's stdio MCP server.
v2.6.14
io.github.DamianTodorovic/kepta
Local memory for AI agents. One SQLite file on your machine — no cloud, no account.
v0.9.4
io.github.prismnetwork-tech/mcp
Rent real NVIDIA GPUs from your agent. Browse with no wallet; pay per second onchain.
v0.4.0
io.github.LBarimi/failtrace
Reproduce, compare, isolate, and minimize software failures with saved evidence.
{
"id": "dev.hythe/hythe",
"type": "mcp-server",
"version": "0.1.7",
"displayName": "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"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@hythe/mcp",
"version": "0.1.7",
"transport": "stdio",
"environmentVariables": [
{
"name": "HYTHE_AGENT_ID",
"description": "Stable exact agent identity for this client lane; required so restarts and compaction cannot adopt another principal",
"isRequired": true
},
{
"name": "HYTHE_AGENT_KEY_FILE",
"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."
},
{
"name": "HYTHE_AGENT_AUTH_MODE",
"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."
},
{
"name": "API_KEY",
"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,
"isSecret": true
},
{
"name": "MCP_HOST",
"description": "HYTHE server host (default 127.0.0.1)"
},
{
"name": "MCP_PORT",
"description": "HYTHE server port (default 6174)"
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode",
"trae",
"cherry-studio",
"lingma",
"windsurf",
"cline",
"workbuddy"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "dev.hythe/hythe",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/dev.hythe%2Fhythe/versions/latest",
"isOfficial": true,
"status": "active"
}
}