code-canvas-server
v2.1.0
Published
Local server for v2.codecanvas.app — real-time file watching, TypeScript LSP, and MCP agent interface
Readme
code-canvas-server
Local server for v2.codecanvas.app — an infinite canvas that renders codebases spatially.
Connects to local repositories and provides real-time file watching, TypeScript language service, and an MCP interface for AI agent integration.
Usage
npx code-canvas-serverThen open v2.codecanvas.app and connect to your local server.
What it does
- Serves your local repository files to the Code Canvas frontend
- Watches for file changes and pushes real-time updates
- Runs a TypeScript language server for hover info and go-to-definition
- Exposes an MCP interface for AI agents to control the canvas
