Anytype (self-hosted HTTP) for Windsurf
io.github.ohneben/anytype-mcp
Self-hosted Anytype MCP server: the full Anytype API as an always-on Docker + HTTP endpoint.
client:Windsurf
transport:stdio
runtime:oci
Install Anytype (self-hosted HTTP) in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs