Skip to main content
Two pieces make an AI coding agent good at Zero Runtime:
  • 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.
Install both. The skill knows what to build; the MCP server tells it the exact method name.
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.
Run this from your project, or add --scope user to make it available everywhere:
Confirm it registered with 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

Restart the client. Several of them only initialise MCP servers at startup.
Search for the full name as it appears in the docs — for example a plugin’s provider name — rather than an abbreviation.
Ask the agent to send feedback through the server, including the page and the query you used. That reaches the team maintaining the index.