outline-mcp-server
Verified Safeby raisedadead
Overview
Integrates Outline wiki with LLM applications via Model Context Protocol to enable searching, reading, creating, and managing wiki documents.
Installation
npx -y outline-wiki-mcpEnvironment Variables
- OUTLINE_BASE_URL
- OUTLINE_API_KEY
Security Notes
The server securely handles API keys through environment variables or a configuration file, avoiding hardcoded secrets. Input validation for tools and resources is implemented using Zod, mitigating common injection vulnerabilities. Network requests to the Outline API include retry mechanisms for robustness. No 'eval' or direct arbitrary command execution from user input was identified in the provided source code.
Similar Servers
consult-llm-mcp
An MCP server that allows AI agents like Claude Code to consult stronger, more capable AI models (e.g., GPT-5.2, Gemini 3.0 Pro) for complex code analysis, debugging, and architectural advice.
markitdown-mcp
A Model Context Protocol (MCP) server for converting 29+ file formats (e.g., PDF, Office, images, audio) to clean, structured Markdown, designed for integration with AI workflows and MCP clients like Claude Desktop.
advanced-memory-mcp
An MCP server that integrates personal knowledge management through zettelkasten, knowledge graphs, and experimental Claude Skills with AI clients like Claude Desktop and Cursor IDE.
documan
A documentation tool that provides a built-in MCP server, allowing AI assistants to semantically search and understand documentation in real-time.