outline-wiki-mcp
Verified Safeby raisedadead
Overview
Connects Claude (or any MCP-compatible client) to an Outline wiki for document search, creation, management, and browsing.
Installation
npx -y outline-wiki-mcpEnvironment Variables
- OUTLINE_BASE_URL
- OUTLINE_API_KEY
Security Notes
Input validation is enforced using `zod` for all tool arguments, significantly reducing injection risks. API keys and base URLs are loaded securely from environment variables or a configuration file, not hardcoded. Network requests are made to the configured Outline API base URL with robust retry logic for transient errors (429, 5xx). No `eval` or obvious code obfuscation is present. The implementation follows good security practices for an integration of this type.
Similar Servers
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.
pptx-generator-mcp
Generate professional PowerPoint presentations from Markdown input via a Model Context Protocol (MCP) server integrated with 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.