anytype mcp for Zed
io.github.anyproto/anytype-mcp
Official MCP server for Anytype API - your encrypted, local and collaborative wiki.
client:Zed
transport:stdio
runtime:npm
Install anytype mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"anytype-mcp": {
"command": "npx",
"args": [
"-y",
"@anyproto/anytype-mcp"
],
"env": {
"OPENAPI_MCP_HEADERS": "<OPENAPI_MCP_HEADERS>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs