MCP.so
登录

touch-mcp-server

@poneding

关于 touch-mcp-server

暂无概览

基本信息

分类

其他

运行时

rust

传输方式

stdio

发布者

poneding

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is touch-mcp-server?

touch-mcp-server is a Go-based MCP Server that creates files from user input. It is designed as a starting project for learning MCP Server development.

How to use touch-mcp-server?

Clone the repository, run go install, then add the server to your MCP client configuration (e.g., in VSCode with the Cline plugin) using the command ~/go/bin/touch-mcp-server and optionally setting the DEFAULT_TOUCH_PATH environment variable.

Key features of touch-mcp-server

  • Creates files based on user input
  • Written in Go (Golang)
  • Uses JSON‑RPC 2.0 for communication
  • Configurable default file creation directory
  • Includes reference implementations in Rust and Python

Use cases of touch-mcp-server

  • Learning how to build an MCP Server from scratch
  • Automating file creation via an AI assistant
  • Prototyping MCP integrations that need basic file output

FAQ from touch-mcp-server

What programming language is touch-mcp-server written in?

It is written in Go (Golang).

How do I configure the default file creation path?

Set the environment variable DEFAULT_TOUCH_PATH (e.g., to /tmp) in your MCP client’s server configuration.

What transport protocol does touch-mcp-server use?

The server communicates using the JSON‑RPC 2.0 protocol, as described in the project’s documentation.

Are there implementations in other languages?

Yes, the repository includes parallel implementations in Rust and Python under the docs/ directory.

What dependencies are required to run touch-mcp-server?

You need Go installed to build and run the server from source. No runtime dependencies beyond Go are mentioned.

评论

其他 分类下的更多 MCP 服务器