What You Can Do
Let the agent read the specs before it writes code
Let the agent read the specs before it writes code
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.Ground Goal Mode and Subagents in real materials
Ground Goal Mode and Subagents in real materials
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.
Prerequisites
- ZCode installed
- Linkly AI Desktop running with the MCP service active
Configuration Steps
- Local MCP HTTP (Recommended)
- Remote MCP
- CLI Stdio (Fallback)
1
Open the MCP Servers page
Open ZCode Settings, then go to the MCP Servers page and click
New MCP Server.
2
Choose the scope
Pick User to make Linkly AI available in every workspace, or
Workspace to limit it to the current project.
3
Fill in the configuration and add
Fill in the following:
- Type:
HTTP - Name:
linkly-ai - URL:
http://127.0.0.1:60606/mcp
linkly-ai is
on in the server list.Install Skills
ZCode supports Agent Skills, so you can also install Linkly AI Skills to teach the agent how to use these tools efficiently:$ in the
input box and select linkly-ai to invoke it.
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
Servers configured in .agents/mcp.json disappeared
Servers configured in .agents/mcp.json disappeared
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.HTTP method connection failed
HTTP method connection failed
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.Stdio method says it cannot find the linkly command
Stdio method says it cannot find the linkly command
Make sure you have installed Linkly AI CLI and that the
linkly command is available in your PATH. Verify with linkly --version.
