From d409aa8a42d4b663f103b97a7e380a3d9a5add21 Mon Sep 17 00:00:00 2001 From: jamesread Date: Mon, 15 Jun 2026 14:34:31 +0100 Subject: [PATCH] doc: MCP Server --- docs/modules/ROOT/nav.adoc | 1 + docs/modules/ROOT/pages/integrations/mcp.adoc | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 docs/modules/ROOT/pages/integrations/mcp.adoc diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc index dc13185..52f69b0 100644 --- a/docs/modules/ROOT/nav.adoc +++ b/docs/modules/ROOT/nav.adoc @@ -116,6 +116,7 @@ ** xref:integrations/homeassistant.adoc[Home Assistant (REST)] ** xref:integrations/stream-deck.adoc[Stream-Deck] ** xref:integrations/n8n.adoc[n8n] +** xref:integrations/mcp.adoc[MCP Servers] ** xref:security/oauth2_authentik.adoc[Authentik] ** xref:security/oauth2_pocketid.adoc[Pocket ID] ** xref:reverse-proxies/intro.adoc[Reverse Proxies] diff --git a/docs/modules/ROOT/pages/integrations/mcp.adoc b/docs/modules/ROOT/pages/integrations/mcp.adoc new file mode 100644 index 0000000..a1f82f5 --- /dev/null +++ b/docs/modules/ROOT/pages/integrations/mcp.adoc @@ -0,0 +1,12 @@ += OliveTin and MCP Servers + +OliveTin does not yet include a built-in link:https://modelcontextprotocol.io[Model Context Protocol (MCP)] server integration, and there is no current roadmap to add one to OliveTin itself. + +== Community project + +A community-maintained MCP server for OliveTin is available at link:https://github.com/vaddisrinivas/olivetin-mcp[olivetin-mcp]. + +[NOTE] +==== +This project is not maintained by the OliveTin project maintainers. For issues specific to the MCP server, please use that repository. If you run into problems on the OliveTin side, the OliveTin community will try to help where it can. +====