@ziqqurat/studio-mcp
v0.1.4
Published
MCP server for Z-Studio agent access.
Readme
@ziqqurat/studio-mcp
MCP stdio server for Z-Studio agent access. It lets Cursor or another MCP client read the active Studio context, open the same ZRT project over JTROS, and send collab refresh events after mutations.
0.1.3
- Collab
leaveon MCP shutdown andtransport.onclose - Disconnect from collab when Studio context has no open project
- Evict duplicate agent sessions on relay reconnect
Cursor config
{
"mcpServers": {
"zrt-studio": {
"command": "npx",
"args": ["-y", "@ziqqurat/[email protected]"],
"env": {
"ZRT_AGENT_TOKEN": "zrt_agent_..."
}
}
}
}Local dev from repo:
{
"command": "node",
"args": ["d:/REP/T-Model-Viewer/packages/zrt-studio-mcp/cli.js"]
}Environment
Required:
ZRT_AGENT_TOKEN=zrt_agent_...Optional:
ZRT_JTROS_URL=wss://ziqquratum.ru/server/jtros
ZRT_CONTEXT_URL=https://ziqquratum.ru/server/api/agent/context
ZRT_COLLAB_URL=wss://ziqquratum.ru/studio/next/__collabSecurity
Do not commit ZRT_AGENT_TOKEN. Create it in Studio settings under AI / MCP; the plaintext token is shown only once.
