Loading MCP server directory, please wait...
Self-hosted Anytype MCP server: the full Anytype API as an always-on Docker + HTTP endpoint.
npx @getmcp/cli add io.github.ohneben/anytype-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
ANYTYPE_API_KEYAnytype API key, created in the desktop app under Settings -> API Keys.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.ohneben/anytype-mcp": {
"command": "docker",
"args": [
"{PORT}:{PORT}",
"host.docker.internal:host-gateway",
"run",
"-i",
"--rm",
"-e",
"ANYTYPE_API_KEY",
"-e",
"PORT",
"-e",
"ANYTYPE_API_BASE_URL",
"-e",
"ANYTYPE_VERSION",
"-e",
"ANYTYPE_API_HOST_HEADER",
"-e",
"MCP_SHARED_TOKEN",
"-e",
"ANYTYPE_MCP_SLIM_RESPONSES",
"ghcr.io/ohneben/anytype-mcp:1.0.6"
],
"env": {
"ANYTYPE_API_KEY": "",
"PORT": "8769",
"ANYTYPE_API_BASE_URL": "http://host.docker.internal:31009",
"ANYTYPE_VERSION": "2025-11-08",
"ANYTYPE_API_HOST_HEADER": "",
"MCP_SHARED_TOKEN": "",
"ANYTYPE_MCP_SLIM_RESPONSES": "true"
}
}
}
}Ephemeral data sandbox for AI workflows with guardrails and security
Deploy files, sites, and Dockerfile apps to live URLs + private drives for agent memory.
Rust MCP server and CLI for Arcane Docker and container management.
Self-hosted homelab log intelligence over MCP, CLI, and REST with SQLite/FTS.