Codevisor Docs

Overview

Add tools, instructions, agents, and workspace interfaces to Codevisor.

Codevisor has four extension systems. They solve different problems and all run on the machine that hosts Codevisor Server.

Use thisWhen you need to addRuntime
Custom agentAnother coding-agent CLIACP subprocess over standard input and output
MCP serverTools for coding agentsHTTP or stdio MCP
SkillReusable agent instructionsFiles installed into harness skill directories
PluginWorkspace UI, agent-callable tools, or bothSupervised loopback HTTP server

Extensions are machine-scoped. The server owns their processes, files, configuration, and credentials; connected clients manage them through the HTTP API. A plugin is the only extension that renders a workspace pane. MCP servers and plugin tools both add tools to agent sessions, while skills change agent instructions without running another service.

Trust boundary

Plugins, stdio MCP servers, skills, and custom agents can execute code or influence an agent on the server machine. Inspect their source and commands before installing them.