76
/ 100
1 month ago
mcp_so

MCP Outline Server

A Model Context Protocol (MCP) server enabling AI assistants to interact with Outline documentation services.

Is this your MCP?

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.

// key findings
37 tools verified — handlers match their declared behaviour
20 read-only tools verified — handlers contain no write/delete/exec
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 1 credential: OUTLINE_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configOUTLINE_DISABLE_AI_TOOLSNo false true = disable AI tools (for Outline instances without OpenAI)
configOUTLINE_READ_ONLYNo false true = disable ALL write operations ([details](docs/configuration.md#read-only-mode))
configOUTLINE_DISABLE_DELETENo false true = disable only delete operations ([details](docs/configuration.md#disable-delete-operations))
🔐 secretOUTLINE_API_KEYdocker run -e =<your-key> ghcr.io/vortiago/mcp-outline:latest
configOUTLINE_API_URL"": "${input:outline_api_url}"
configOUTLINE_DYNAMIC_TOOL_LISTNo false true = enable per-user tool filtering by role/key scopes ([details](docs/configuration.md#dynamic-tool-list))
configMCP_HOSTNo 127.0.0.1 Server host. Use 0.0.0.0 in Docker for external connections
configMCP_PORTNo 3000 HTTP server port (only for sse and streamable-http modes)
configMCP_TRANSPORTNo stdio Transport mode: stdio (local), sse or streamable-http (remote)
configOUTLINE_CACHE_TTL
configOUTLINE_CACHE_MAX_SIZENo 100 Max cached documents
configOUTLINE_MAX_CONNECTIONSNo 100 Max concurrent connections in pool
configOUTLINE_MAX_KEEPALIVENo 20 Max idle connections in pool
configOUTLINE_TIMEOUTNo 30.0 Read timeout in seconds
configOUTLINE_CONNECT_TIMEOUTNo 5.0 Connection timeout in seconds
configOUTLINE_WRITE_TIMEOUTNo 30.0 Write timeout in seconds
configOUTLINE_VERIFY_SSLNo true Set false for self-signed certificates
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 3 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/vortiago-mcp-outline-1nmrif)](https://m8ven.ai/mcp/vortiago-mcp-outline-1nmrif)
commit: 9ae10df9ecdc2c14f9931462b647e20cd9177ab0
code hash: 7801b660fcde982b2a66dc8378eafb2c7fda2400df9d7d7c732fd3b881f3e344
verified: 6/16/2026, 1:13:50 PM
view raw JSON →