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.
其他 分类下的更多 MCP 服务器
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Awesome Mlops
visengerA curated list of references for MLOps
ghidraMCP
LaurieWiredMCP Server for Ghidra
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
评论