- The MCP server — a live search over these docs, hosted at
https://mcp.zeroruntime.ai. The agent looks up real API details mid-task instead of recalling them. - The Agent Skill — the procedure for building on Zero Runtime: scoping the agent, wiring auth, and picking a pipeline.
This page is about your coding agent. To give your voice agent MCP tools at runtime, see Integrate MCP.
Install the MCP server
Pick your client. Most clients need a restart before a new server loads.- Claude Code
- Cursor
- VS Code
- Codex
- Windsurf
- Antigravity
- Cline
- Zed
Run this from your project, or add Confirm it registered with
--scope user to make it available everywhere:claude mcp list.Verify the connection
Ask your agent:Search the Zero Runtime docs for how to generate an auth token, and tell me which page it came from.A connected agent replies with a real
docs.zeroruntime.ai URL it just fetched. If it answers from memory, cites no page, or says it has no such tool, the server has not loaded — restart the client and recheck the file you edited.
Install the Agent Skill
One skill,zeroruntime, covering voice agents, telephony, and the auth each needs.
npx skills is agent-agnostic. It asks which agents to install into — pick the ones you use, then restart them. To place it by hand instead, copy the zeroruntime folder into your agent’s skills directory, for example ~/.claude/skills/zeroruntime.
Skill or MCP server
They do different jobs and work best together.Troubleshooting
A search comes back empty
A search comes back empty
Search for the full name as it appears in the docs — for example a plugin’s provider name — rather than an abbreviation.
A result is wrong or out of date
A result is wrong or out of date
Ask the agent to send feedback through the server, including the page and the query you used. That reaches the team maintaining the index.