Mcp Server Tools
@hungry557
Mcp Server Tools について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"tools": {
"command": "npx",
"args": [
"-y",
"@hungry557/mcp-server-tools"
],
"env": {
"API_URL": "YOUR_API_URL_HERE",
"API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}ツール
1Add two numbers
概要
What is Mcp Server Tools?
Mcp Server Tools is a server tool set based on the Model Context Protocol, providing utility functions for large language models to call. It communicates via standard input/output (stdio) and currently offers the add tool for calculating the sum of two numbers.
How to use Mcp Server Tools?
Install globally via npm (npm install -g @hungry557/mcp-server-tools) or run directly with NPX (npx @hungry557/mcp-server-tools). Docker deployment is also available (docker run -i --rm hungry557/tools). Configure the required environment variables API_URL and API_KEY before running.
Key features of Mcp Server Tools
- Based on the Model Context Protocol SDK
- Communicates through standard input/output (stdio)
- Simple and easy‑to‑use utility functions
- Supports deployment via Docker
- Can be run directly using NPX
Use cases of Mcp Server Tools
- Adding a basic arithmetic tool to an MCP‑enabled LLM application
- Quickly testing MCP server tools locally without a global install
- Running tool functions in a containerized environment via Docker
- Extending LLM capabilities with a custom utility function during development
FAQ from Mcp Server Tools
What runtime does Mcp Server Tools require?
It requires Node.js to run via NPX or npm, and can also be deployed using Docker.
How does Mcp Server Tools communicate?
It uses standard input/output (stdio) communication, as supported by the Model Context Protocol.
What environment variables are needed?
You must set API_URL (the API server address) and API_KEY (the API access key).
What tools are currently available?
Currently, only the add tool is provided, which calculates the sum of two numbers.
Can Mcp Server Tools be used without installing globally?
Yes, you can run it directly with NPX using npx @hungry557/mcp-server-tools.
「その他」の他のコンテンツ
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Awesome Mlops
visengerA curated list of references for MLOps

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
コメント