bilibili-huasheng-video
v0.5.0
io.github.superlcr/bilibili-huasheng-video
Script to finished Bilibili video with Huasheng: storyboard, narration, footage, export, publish.
io.github.attestari/attestari · v0.0.6
Auditable memory for AI agents: provable deletion, tamper-evident audit, time-travel recall.
Attestari 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"attestari": {
"command": "uvx",
"args": [
"attestari"
]
}
}
}ATTESTARI_KEK可选secretBase64 32-byte root key. Set it to enable encryption at rest and cryptographic erasure (forget() destroys the subject's key and signs the certificate). Without it, forget() is a logical delete and certificates are left unsigned.
ATTESTARI_DATABASE_URL可选secretPostgres DSN. Set it to use Postgres + pgvector instead of the default local SQLite file (concurrent access, indexed hybrid search).
ATTESTARI_SQLITE_PATH可选Where the default SQLite ledger lives.
ANTHROPIC_API_KEY可选secretEnables Claude-powered fact extraction; falls back to the built-in regex extractor when unset.
v0.5.0
io.github.superlcr/bilibili-huasheng-video
Script to finished Bilibili video with Huasheng: storyboard, narration, footage, export, publish.
v0.7.0
com.cromanion/cromanion
Raise conversion on a site you manage. No API key, no human to wake — you prove the domain.
v0.1.2
io.github.agentwares/agentguard
MCP policy proxy: spend caps, approvals for destructive tools, kill switch, dry-run, audit log.
v0.1.0
io.github.pipeworx-io/china-air-quality
China Air Quality MCP — nationwide hourly AQI from CNEMC (中国环境监测总站).
v0.7.0
io.github.conorbronsdon/substack-mcp
Substack drafts, Notes, analytics and consented subscribers. Long-form posts stay draft-only.
v0.4.2
io.github.lvlrSajjad/simframe
Always-warm iOS Simulator frames: agents read the screen in ~20ms instead of screenshotting
{
"id": "io.github.attestari/attestari",
"type": "mcp-server",
"version": "0.0.6",
"displayName": "Attestari",
"description": "Auditable memory for AI agents: provable deletion, tamper-evident audit, time-travel recall.",
"repository": {
"url": "https://github.com/attestari/attestari",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "pypi",
"identifier": "attestari",
"version": "0.0.6",
"runtimeHint": "uvx",
"transport": "stdio",
"environmentVariables": [
{
"name": "ATTESTARI_KEK",
"description": "Base64 32-byte root key. Set it to enable encryption at rest and cryptographic erasure (forget() destroys the subject's key and signs the certificate). Without it, forget() is a logical delete and certificates are left unsigned.",
"isSecret": true
},
{
"name": "ATTESTARI_DATABASE_URL",
"description": "Postgres DSN. Set it to use Postgres + pgvector instead of the default local SQLite file (concurrent access, indexed hybrid search).",
"isSecret": true
},
{
"name": "ATTESTARI_SQLITE_PATH",
"description": "Where the default SQLite ledger lives."
},
{
"name": "ANTHROPIC_API_KEY",
"description": "Enables Claude-powered fact extraction; falls back to the built-in regex extractor when unset.",
"isSecret": true
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode",
"trae",
"cherry-studio",
"lingma",
"windsurf",
"cline",
"workbuddy"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.attestari/attestari",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.attestari%2Fattestari/versions/latest",
"isOfficial": true,
"status": "active"
}
}