outline-mcp-server
21
Outline MCP Server is a specialized MCP server for interacting with Outline's API. It offers extensive document, collection, comment, and user management features through the Outline knowledge base platform. It is intended for use with AI agents supporting the Model Context Protocol.
Outline MCP Server
A Model Context Protocol server for managing documents, collections, and other entities through the Outline knowledge base platform.
Features
- Document Management: Create, update, delete, and search documents; ask questions; create templates; archive documents.
- Collection Management: Manage collections by getting details, listing, creating, and updating them.
- Comment Management: Create, update, and delete comments on documents.
- User Management: List and filter users.
Quick Start
- Prerequisites: Node.js v18+ and an Outline API key.
- Installation: Install via npx or npm with the required API key.
Usage
Works with AI assistants supporting the Model Context Protocol.
Development
Clone repository, install dependencies, and build the project.
Contributing
Follow Conventional Commits for proper versioning.
Release Process
Automated versioning and publishing with semantic-release.