Implant – an extension to VS Code that exposes its APIs to coding agents
Summary
Implant is a VS Code extension that exposes the editor APIs to AI-driven coding agents, enabling actions like refactoring, symbol navigation, and workspace edits through a single MCP tool. It includes a webview for running JavaScript snippets inside the extension host, safety prompts, and per-session tokens to control execution, with explicit notes about the lack of sandboxing and security considerations.