Skip to content

Commit 93df2d7

Browse files
committed
Add links to Mendix DOC MCP
1 parent 796962d commit 93df2d7

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,7 @@ See the [Hugo Server](https://gohugo.io/commands/hugo_server/) documentation for
5050
If you are using a Mac, you might get an error `too many open files` or `fatal error: pipe failed`. By default, your Mac is probably set to restrict the number of open files. You will need to override this, see [Docsy known issues](https://www.docsy.dev/docs/getting-started/#known-issues) for more information.
5151

5252
If your system has a low memory limit, add the `--renderToDisk` parameter to the Hugo command (for example, `hugo server --environment development --renderToDisk`). With this option, Hugo only loads pages on demand; without the `--renderToDisk` option, Hugo loads all documentation into memory for faster access.
53+
54+
## Mendix Documentation MCP Server
55+
56+
Mendixlabs have created an MCP server which you can use with your AI harness to give your models access to the Mendix documentation. You can find it at [mendixlabs/mendix-doc.mcp](https://github.com/mendixlabs/mendix-doc-mcp) in GitHub.

content/en/docs/community-tools/contribute-to-mendix-docs/_index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,10 @@ To access the license agreement, go to the **Checks** section of the pull reques
203203

204204
This only needs to be done once.
205205

206+
## Mendix Documentation MCP Server
207+
208+
As well as contributing to the Mendix documentation, you can run an MCP server to use with your AI harness to give your models access to the Mendix documentation. This is created by Mendixlabs, and you can find it at [mendixlabs/mendix-doc.mcp](https://github.com/mendixlabs/mendix-doc-mcp) in GitHub. The full instructions on how to run it can be found in the [README.md](https://github.com/mendixlabs/mendix-doc-mcp/blob/main/README.md) file.
209+
206210
## Read More
207211

208212
* [Documentation Writing Guidelines](/developerportal/community-tools/documentation-guidelines/)

0 commit comments

Comments
 (0)