Outline MCP Server✓
io.github.Vortiago/mcp-outline · v1.8.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Vortiago/mcp-outline",
"description": "Connect AI assistants to Outline for document search, reading, and management",
"title": "Outline MCP Server",
"repository": {
"url": "https://github.com/Vortiago/mcp-outline",
"source": "github",
"id": "Vortiago/mcp-outline"
},
"version": "1.8.0",
"websiteUrl": "https://github.com/Vortiago/mcp-outline",
"packages": [
{
"registryType": "pypi",
"identifier": "mcp-outline",
"version": "1.8.0",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}