Skip to main content
Glama
xctmyy

win-cli-mcp-tmyy

by xctmyy

mcp_proxy

Forwards tool calls to any MCP stdio server, enabling remote execution by specifying server command, arguments, and tool name.

Instructions

MCP穿透工具 - 调用其他MCP服务器的工具。通过本MCP代理转发请求到目标MCP服务器并返回结果。支持任意MCP stdio服务器。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
timeoutNo超时时间(毫秒)。默认: 30000
tool_argsYes传递给目标MCP工具的参数(JSON对象)。例如: {'path': 'D:\\test.txt'}
tool_nameYes要调用的目标MCP工具名称。例如: 'read_file', 'write_file'
server_argsYes启动目标MCP服务器的参数列表。例如: ['-y', '@modelcontextprotocol/server-filesystem', 'D:\\']
server_commandYes启动目标MCP服务器的命令。例如: 'npx', 'node', 'python'
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden. It states it forwards requests and returns results, but fails to disclose significant behaviors like the ability to execute arbitrary server commands, potential security risks, or side effects. No warnings are given about untrusted commands or timeout behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two concise sentences, immediately stating the purpose with a verb and resource, and includes no filler or redundant details.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a complex proxy tool with 5 parameters and nested objects, the description is too sparse. It omits return format, timeout behavior, security considerations, and error handling, which are critical for such a powerful tool. The schema covers parameters but not overall usage context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, with all 5 parameters described and examples provided. The description adds minimal extra meaning beyond mentioning support for stdio servers, so a baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose with specific verbs: it forwards requests to other MCP servers and returns results. It distinguishes itself from sibling tools by being a generic proxy for any MCP stdio server, while siblings are specific local operations like read_file or write_file.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides context for when to use the tool: calling tools from other MCP servers, with support for any MCP stdio server. However, it does not explicitly state when not to use it or name alternatives, such as using local read_file for filesystem operations. The use case is implied rather than contrasted.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/xctmyy/win-cli-mcp-tmyy'

If you have feedback or need assistance with the MCP directory API, please join our Discord server