Back to Home
Vortiago icon

mcp-outline

Verified Safe

by Vortiago

Overview

A Model Context Protocol server for interacting with Outline document management, enabling AI assistants to search, read, create, edit, and manage documents, collections, and comments.

Installation

Run Command
docker run -p 3000:3000 -e OUTLINE_API_KEY=<YOUR_API_KEY> -e MCP_TRANSPORT=streamable-http ghcr.io/vortiago/mcp-outline:latest

Environment Variables

  • OUTLINE_API_KEY

Security Notes

API key is loaded from environment variables (`OUTLINE_API_KEY`) and used as a Bearer token. Input values for tools are parsed and validated by Pydantic (via FastMCP). Conditional registration of tools based on environment variables (`OUTLINE_READ_ONLY`, `OUTLINE_DISABLE_DELETE`, `OUTLINE_DISABLE_AI_TOOLS`) provides some access control. No direct use of `eval()` or similar dangerous functions detected. The `_sanitize_value` utility function attempts to clean API keys and URLs. Security relies on proper management of the `OUTLINE_API_KEY` by the user and the underlying security of the Outline API itself.

Similar Servers

Stats

Interest Score47
Security Score8
Cost ClassMedium
Avg Tokens800
Stars63
Forks23
Last Update2025-12-10

Tags

Document ManagementKnowledge BaseOutlineMCPAI ToolsCollaborationContent Management