
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
kilgor-txt-mcp
Advanced tools
MCP that allows LLM to read write and edit files which can be opened by win-notepad. (txt editor)
txt-mcp is a minimal, fast, and extensible MCP (Model Context Protocol) server for reading, writing, and editing any text-based file. It is designed for seamless integration with Claude Desktop and other MCP-compatible clients.
git clone https://github.com/kilgor/txt-mcp-server.git
cd txt-mcp-server
pip install -r requirements.txt
# or, if using pyproject.toml:
pip install .
You can run the server directly for use with Claude Desktop or other MCP clients:
python txt_mcp.py
read_file(file_path: str) -> str: Read any text file (UTF-8).write_file(file_path: str, content: str) -> str: Write (overwrite/create) any text file (UTF-8).edit_text(file_path: str, search: str, replace: str) -> str: Replace all occurrences of search with replace in the file.txt_mcp.py — Main MCP server implementation.main.py — Simple hello-world entry point.pyproject.toml — Project metadata and dependencies..gitignore, .python-version, README.md — Standard project files.MIT License. See LICENSE for details.
Made with ❤️ by kilgor for the Claude and MCP community.
FAQs
MCP that allows LLM to read write and edit files which can be opened by win-notepad. (txt editor)
We found that kilgor-txt-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.