mcp-outline
Verified Safeby gallis-local
Overview
Enables AI assistants to interact with Outline document services for natural language document management and Q&A.
Installation
docker run -i --rm --init -e DOCKER_CONTAINER=true -e OUTLINE_API_KEY=<YOUR_OUTLINE_API_KEY> -e OUTLINE_API_URL=<YOUR_OUTLINE_API_URL> -e MCP_TRANSPORT=stdio mcp-outlineEnvironment Variables
- OUTLINE_API_KEY
- OUTLINE_API_URL
- MCP_TRANSPORT
Security Notes
API key is loaded from environment variables, which is a standard secure practice. There are no obvious 'eval' or dynamic code execution patterns. The Docker deployment configuration explicitly binds the server port to localhost (127.0.0.1:3001:3001), limiting network exposure. Comprehensive error handling is in place for Outline API calls.
Similar Servers
mcp-obsidian
Provides a secure, universal AI bridge for Obsidian vaults, enabling MCP-compatible AI assistants to read, write, and manage notes.
mcp-outline
A Model Context Protocol server for interacting with Outline document management, enabling AI assistants to search, read, create, edit, archive, and manage documents, collections, and comments.
AI-Prompt-Guide-MCP
Orchestrates AI agents for project management and development workflows by linking structured markdown specifications and tasks.
ai-skills-hub
Provides AI assistants with access to a team's coding standards, best practices, and knowledge base by dynamically loading Markdown skill files via an MCP server.