Skip to content

Commit 716b31f

Browse files
committed
Add Smithery CLI Installation Instructions & Badge
1 parent 176c1c8 commit 716b31f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[![codecov](https://codecov.io/gh/tumf/mcp-text-editor/branch/main/graph/badge.svg?token=52D51U0ZUR)](https://codecov.io/gh/tumf/mcp-text-editor)
44

55
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+
[![smithery badge](https://smithery.ai/badge/mcp-text-editor)](https://smithery.ai/server/mcp-text-editor)
67

78
<a href="https://glama.ai/mcp/servers/k44dnvso10"><img width="380" height="200" src="https://glama.ai/mcp/servers/k44dnvso10/badge" alt="mcp-text-editor MCP server" /></a>
89

@@ -84,6 +85,15 @@ uv pip install -e ".[dev]"
8485

8586
## Installation
8687

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
94+
```
95+
96+
8797
```bash
8898
pip install -e .
8999
```

0 commit comments

Comments
 (0)