A Model Context Protocol (MCP) server enabling AI assistants to interact with Outline documentation services.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.OUTLINE_DISABLE_AI_TOOLS— No false true = disable AI tools (for Outline instances without OpenAI)OUTLINE_READ_ONLY— No false true = disable ALL write operations ([details](docs/configuration.md#read-only-mode))OUTLINE_DISABLE_DELETE— No false true = disable only delete operations ([details](docs/configuration.md#disable-delete-operations))OUTLINE_API_KEY— docker run -e =<your-key> ghcr.io/vortiago/mcp-outline:latestOUTLINE_API_URL— "": "${input:outline_api_url}"OUTLINE_DYNAMIC_TOOL_LIST— No false true = enable per-user tool filtering by role/key scopes ([details](docs/configuration.md#dynamic-tool-list))MCP_HOST— No 127.0.0.1 Server host. Use 0.0.0.0 in Docker for external connectionsMCP_PORT— No 3000 HTTP server port (only for sse and streamable-http modes)MCP_TRANSPORT— No stdio Transport mode: stdio (local), sse or streamable-http (remote)OUTLINE_CACHE_TTLOUTLINE_CACHE_MAX_SIZE— No 100 Max cached documentsOUTLINE_MAX_CONNECTIONS— No 100 Max concurrent connections in poolOUTLINE_MAX_KEEPALIVE— No 20 Max idle connections in poolOUTLINE_TIMEOUT— No 30.0 Read timeout in secondsOUTLINE_CONNECT_TIMEOUT— No 5.0 Connection timeout in secondsOUTLINE_WRITE_TIMEOUT— No 30.0 Write timeout in secondsOUTLINE_VERIFY_SSL— No true Set false for self-signed certificates[](https://m8ven.ai/mcp/vortiago-mcp-outline-1nmrif)