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.ohneben/anytype-mcp · v1.0.6
Self-hosted Anytype MCP server: the full Anytype API as an always-on Docker + HTTP endpoint.
Anytype (self-hosted HTTP) 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"anytype-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ohneben/anytype-mcp:1.0.6"
],
"env": {
"ANYTYPE_API_KEY": "<ANYTYPE_API_KEY>"
}
}
}
}ANYTYPE_API_KEY必填secretAnytype API key, created in the desktop app under Settings -> API Keys.
PORT可选Port the MCP endpoint listens on, inside the container and on the host.
ANYTYPE_API_BASE_URL可选Where the Anytype desktop API is reachable from inside the container.
ANYTYPE_VERSION可选Anytype API version header sent with every request.
ANYTYPE_API_HOST_HEADER可选Override the Host header sent to the Anytype API. Auto-derived when unset; Anytype rejects non-loopback hosts with 403.
MCP_SHARED_TOKEN可选secretOptional bearer token required on the /mcp endpoint. Empty means open, for localhost only.
ANYTYPE_MCP_SLIM_RESPONSES可选Compact API responses before returning them to the client. Set to false for raw payloads.
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.ohneben/anytype-mcp",
"type": "mcp-server",
"version": "1.0.6",
"displayName": "Anytype (self-hosted HTTP)",
"description": "Self-hosted Anytype MCP server: the full Anytype API as an always-on Docker + HTTP endpoint.",
"repository": {
"url": "https://github.com/ohneben/Anytype-MCP",
"source": "github"
},
"homepage": "https://github.com/ohneben/Anytype-MCP#readme",
"distribution": {
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/ohneben/anytype-mcp:1.0.6",
"runtimeHint": "docker",
"transport": "streamable-http",
"environmentVariables": [
{
"name": "ANYTYPE_API_KEY",
"description": "Anytype API key, created in the desktop app under Settings -> API Keys.",
"isRequired": true,
"isSecret": true
},
{
"name": "PORT",
"description": "Port the MCP endpoint listens on, inside the container and on the host."
},
{
"name": "ANYTYPE_API_BASE_URL",
"description": "Where the Anytype desktop API is reachable from inside the container."
},
{
"name": "ANYTYPE_VERSION",
"description": "Anytype API version header sent with every request."
},
{
"name": "ANYTYPE_API_HOST_HEADER",
"description": "Override the Host header sent to the Anytype API. Auto-derived when unset; Anytype rejects non-loopback hosts with 403."
},
{
"name": "MCP_SHARED_TOKEN",
"description": "Optional bearer token required on the /mcp endpoint. Empty means open, for localhost only.",
"isSecret": true
},
{
"name": "ANYTYPE_MCP_SLIM_RESPONSES",
"description": "Compact API responses before returning them to the client. Set to false for raw payloads."
}
]
}
],
"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.ohneben/anytype-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.ohneben%2Fanytype-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}