Skip to main content

What You Can Do

Use Linkly AI’s search tool to find architecture decision records and requirement documents, then read the relevant sections. ZCode Agent writes code with your project conventions in hand instead of guessing at them.
ZCode runs long-horizon tasks autonomously through Goal Mode and Subagents. With Linkly AI connected, those runs can retrieve local materials on demand — so a multi-step refactor or migration stays anchored to your actual documentation.
Configure Linkly AI at the user scope once, and every ZCode workspace can reach the same local documents. No re-uploading attachments, no per-project setup.

Prerequisites

  • ZCode installed
  • Linkly AI Desktop running with the MCP service active

Configuration Steps

Install Skills

ZCode supports Agent Skills, so you can also install Linkly AI Skills to teach the agent how to use these tools efficiently:
Go back to Settings → Skills and click Refresh, then type $ in the input box and select linkly-ai to invoke it.
See Using Skills for more installation methods and how Skills work.

Getting Started

Once configured, ask questions directly in ZCode and the agent will call Linkly AI tools on its own. For example:
  • “Search my documents for the architecture decisions on this module”
  • “Read my API specification and check whether this implementation matches it”

FAQ

Within the same scope, .zcode configuration takes priority: as soon as ZCode reads any MCP server from the .zcode config file, the .agents/mcp.json in that scope is skipped entirely rather than merged. Move those servers into the .zcode config file.
Check whether Linkly AI Desktop is running and whether the MCP service is active. You can run curl http://127.0.0.1:60606/mcp in a terminal to test connectivity.
A disabled server is marked with "enable": false in the configuration object. Toggle it back on from the MCP Servers page, or remove that field from the config file.
Make sure you have installed Linkly AI CLI and that the linkly command is available in your PATH. Verify with linkly --version.