← Back to Plugins
MCP Server MCP

Outline MCP Server

github By github 👁 1 views ▲ 0 votes

Connect AI assistants to Outline for document search, reading, and management

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...