This is an MCP (Model Context Protocol) server for the Outline knowledge base. It exposes Outline's API as MCP tools so clients can read and manage data in Outline.
{
"mcpServers": {
"obimaduoutline": {
"command": "npx",
"args": [
"-y",
"@obimadu/outline-mcp"
]
}
}
}