Terminal Tool MCP Server
@Wendelius
Terminal Tool MCP Server について
Udemy training on building MCP Servers
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"terminal-tool-mcp-server": {
"command": "python",
"args": [
"server.py"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Terminal Tool MCP Server?
Terminal Tool MCP Server is an MCP (Model Context Protocol) server built with FastMCP that exposes tools for running terminal commands and downloading remote content, as well as a resource for accessing documentation. It is designed for secure, asynchronous command execution and resource sharing via the MCP Tools API.
How to use Terminal Tool MCP Server?
Install Python 3.8+, the MCP Python SDK, and curl (for the benign tool). Clone the repository, optionally create a virtual environment, run pip install -r requirements.txt, then start the server with python server.py. For interactive testing, use the mcp dev CLI by running mcp dev server.py in another terminal.
Key features of Terminal Tool MCP Server
- Execute shell commands asynchronously via MCP tools.
- Download and return remote content using
curl. - Expose
resources/MCPREADME.mdas an accessible resource. - Uses MCP stdio transport for secure communication.
- Simple setup with Python and pip.
Use cases of Terminal Tool MCP Server
- Automating terminal commands from an MCP client.
- Fetching remote files and documents securely.
- Providing documentation as a managed resource.
- Testing MCP tool interactions with
mcp dev.
FAQ from Terminal Tool MCP Server
What are the system requirements for Terminal Tool MCP Server?
Python 3.8+, the MCP Python SDK, and curl (for the benign tool) are required.
How do I start the server?
Run python server.py in the project directory. The server listens for MCP stdio connections.
What tools does Terminal Tool MCP Server provide?
It provides a tool to run shell commands asynchronously and a benign tool to download remote content using curl. It also exposes the contents of resources/MCPREADME.md as a resource.
How can I test the server interactively?
Use the mcp dev CLI by running mcp dev server.py in a separate terminal after starting the server.
Is a resource exposed?
Yes, the server exposes the file resources/MCPREADME.md as a resource.
「開発者ツール」の他のコンテンツ
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
コメント