Skip to main content
Glama
Geoffrey313

outline-mcp-server

by Geoffrey313

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_AUTH_TOKENNoShared secret for gateway auth mode
OUTLINE_API_URLNoThe API URL of your Outline instance (e.g., https://your-outline.example.com/api)
MCP_ALLOWED_HOSTSNoPublic host(s) for hosted deployment (e.g., outline-mcp.example.com)
OUTLINE_API_TOKENNoYour Outline API token (looks like 'ol_api_...')
OUTLINE_MCP_READONLYNoSet to 'true' to disable all write tools (default not set)
MCP_ALLOW_UNAUTHENTICATEDNoSet to 'true' to allow open (unauthenticated) access
MCP_ALLOW_OUTLINE_TOKEN_AUTHNoSet to 'true' to enable passthrough auth (clients send their own Outline tokens)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_documentsC

Full-text search documents by keyword. Returns ranked snippets with their documents.

get_documentB

Fetch a single document (including its markdown text) by UUID, urlId, or share id.

list_documentsC

List documents, optionally scoped to a collection, parent, or author.

list_collectionsC

List collections, optionally filtered by name or status.

list_commentsB

List comments, optionally scoped to a document or collection.

whoamiA

Return the authenticated user and team for the current token.

create_documentC

Create a document. Publishing requires a collection or parent document to live in.

update_documentC

Update a document. edit_mode=patch requires find_text to locate the edit.

create_commentB

Add a comment to a document. Provide markdown text (preferred) or rich-text data.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Geoffrey313/outline-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server