name: docmost version: "1.0.0" description: Docmost MCP server for wiki/documentation page management and search dockerImage: "mysources.co.uk/michal/docmost-mcp:latest" transport: STDIO repositoryUrl: https://github.com/MrMartiniMo/docmost-mcp healthCheck: # get_workspace calls the Docmost API, so a pass proves URL + login. The old # "probe requires packageName" caveat here was true of the long-gone # docker-exec probe; readiness now goes through the MCP proxy, which works # the same for image-based STDIO servers. Verified against the live server. tool: get_workspace arguments: {} intervalSeconds: 60 timeoutSeconds: 10 env: - name: DOCMOST_API_URL description: Docmost API URL (e.g. http://100.88.157.6:3000/api) required: true - name: DOCMOST_EMAIL description: Docmost user email for authentication required: true - name: DOCMOST_PASSWORD description: Docmost user password for authentication required: true