Text Editor

Implements Claude's text editor tool as a server, enabling viewing, editing, and creating text files with persistent state across command calls.

View Source
24 stars
0 tools
Created Aug 2025
@bhouston/bhouston-text-editor-text-editor

About

Implements Claude's text editor tool as a server, enabling viewing, editing, and creating text files with persistent state across command calls.

Categories

general

Installation

npm

npm install @bhouston/bhouston-text-editor-text-editor

Configuration

{ "mcpServers": { "bhouston-text-editor-text-editor": { "command": "npx", "args": [ "-y", "@bhouston/bhouston-text-editor-text-editor" ] } } }