Anytype (self-hosted HTTP) for Zed
io.github.ohneben/anytype-mcp
Self-hosted Anytype MCP server: the full Anytype API as an always-on Docker + HTTP endpoint.
client:Zed
transport:stdio
runtime:oci
Install Anytype (self-hosted HTTP) in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"anytype-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ohneben/anytype-mcp:1.0.6"
],
"env": {
"ANYTYPE_API_KEY": "<ANYTYPE_API_KEY>",
"PORT": "<PORT>",
"ANYTYPE_API_BASE_URL": "<ANYTYPE_API_BASE_URL>",
"ANYTYPE_VERSION": "<ANYTYPE_VERSION>",
"ANYTYPE_API_HOST_HEADER": "<ANYTYPE_API_HOST_HEADER>",
"MCP_SHARED_TOKEN": "<MCP_SHARED_TOKEN>",
"ANYTYPE_MCP_SLIM_RESPONSES": "<ANYTYPE_MCP_SLIM_RESPONSES>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs