The Yertle MCP server exposes Yertle’s API as a Model Context Protocol server, allowing AI agents (like Claude) to read and modify your Yertle workspace as part of their reasoning loop. Repo: model-context/yertle-mcpDocumentation Index
Fetch the complete documentation index at: https://docs.yertle.com/llms.txt
Use this file to discover all available pages before exploring further.
What is MCP?
The Model Context Protocol is an open standard that lets AI assistants connect to external tools and data sources through a common interface. Once connected, an agent can list resources, call tools, and read documentation from a server without custom integration code per assistant.What you can do with it
With the Yertle MCP server connected to a compatible client, an agent can:- List your organizations and nodes
- Read full node state including tags, connections, and child nodes
- Create new nodes and update existing ones
- Open pull requests on feature branches
- Search across your workspace