Timo Behrendt 2a2d77251b
All checks were successful
CD / Check changes (push) Successful in 7s
CI / Test (pull_request) Successful in 20s
CD / test (push) Successful in 1m18s
CD / Build and push (amd64) (push) Successful in 46s
CD / Build and push (arm64) (push) Successful in 3m21s
CD / Create manifest (push) Successful in 59s
correct org in deployment
2025-07-15 21:38:37 +02:00
2025-07-15 17:55:47 +02:00
2025-07-15 19:30:52 +02:00
2025-07-15 21:29:07 +02:00
2025-07-15 17:55:29 +02:00
2025-07-15 19:30:52 +02:00
2025-07-15 19:30:52 +02:00
2025-07-15 21:29:07 +02:00
2025-07-15 20:59:10 +02:00
2025-07-15 20:38:03 +02:00
2025-07-15 17:55:47 +02:00
2025-07-15 21:29:07 +02:00
2025-07-15 21:01:10 +02:00
2025-07-15 20:44:21 +02:00
2025-07-15 19:30:52 +02:00
2025-07-15 19:31:25 +02:00
2025-07-15 21:29:07 +02:00

Outline MCP

Model Context Protocol (MCP) server wrapping the Outline HTTP API. Tools will be added as needed.

Run

Use docker image pushed to https://gitea.t000-n.de/t.behrendt/outline-mcp:latest

Required Environment variables:

  • OUTLINE_BASE_URL=https:/example.com/api
  • OUTLINE_API_KEY=xx_api_xx

The server will start on port 3000.

Integrate into Claude

Use mcp-remote as this currently works best with Claude Desktop. Change the URL to wherever your MCP server runs and adjust authentication according to the package. Refer to the Claude Desktop MCP documentation for a deeper dive.

{
  "mcpServers": {
    "outline": {
      "command": "npx",
      "args": ["mcp-remote", "http://localhost:3000/mcp"]
    }
  }
}

Test

Use the mcp inspector to view tools and run tests.

bunx @modelcontextprotocol/inspector
Description
No description provided
Readme 1.4 MiB
Languages
TypeScript 99.8%
JavaScript 0.1%