You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Model Context Protocol (MCP) server that provides line-oriented text file editing capabilities through a standardized API. Optimized for LLM tools with efficient partial file access to minimize token usage.
6
7
@@ -84,6 +85,15 @@ uv pip install -e ".[dev]"
84
85
85
86
## Installation
86
87
88
+
### Installing via Smithery
89
+
90
+
To install Text Editor Server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/mcp-text-editor):
91
+
92
+
```bash
93
+
npx -y @smithery/cli install mcp-text-editor --client claude
0 commit comments