For Agents
Download Skills
Download markdown skill files for Prividium using the button below.
Downloads a prividium-skills.zip archive with 6 filess:
- building-applications/references/backend-services.md
- building-applications/references/browser-apps.md
- building-applications/references/debugging.md
- building-applications/references/deployment-scripts.md
- building-applications/SKILL.md
- withdrawing-funds-to-l1/SKILL.md
MCP Server
Use the Prividium docs MCP server to let AI assistants read, search, and browse this documentation directly.
Connect via Prompt
Connect your AI client to this docs site's MCP endpoint by asking your agent to add the MCP server:
Add this MCP server to my AI client config:
https://docs.prividium.zksync.io/api/mcpConnect via CLI
Add the deployed MCP server directly from the command line:
codex mcp add prividium-docs --url https://docs.prividium.zksync.io/api/mcpThen verify that Codex has the server configured:
codex mcp get prividium-docsVerify The Connection
After connecting, verify that the docs MCP server is available by asking the agent to use the docs tools:
List the pages from the Prividium docs MCP server, then read
/getting-started/introduction/prividium-architecture using its pagePath argumentYou should see these tools when the server is connected:
list_pagesread_pagesearch_docssubmit_feedbackwhen documentation feedback is enabled
Start with list_pages when you need exact MCP paths, use search_docs to find pages by keyword, and pass a returned
path as pagePath to read_page. MCP paths match the clean browser routes. For a single page already open in the
browser, the Ask AI menu's Copy page for AI or View as Markdown action is usually faster than an MCP round trip.
Troubleshooting
- If you just added the MCP server to your client config, restart the client and open a new task.
- If the server is reachable but the page path fails, try listing pages first and use the exact path returned by
list_pages.