MCP Server
MCP
Outline MCP Server
Connect AI assistants to Outline for document search, reading, and management
Install
uvx mcp-outline
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "mcp-outline",
"version": "1.10.1",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Outline API key (Settings > API). Can also be set in ~/.config/mcp-outline/.env",
"isSecret": true,
"name": "OUTLINE_API_KEY"
},
{
"description": "Outline API URL for self-hosted instances",
"name": "OUTLINE_API_URL"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment