
mcptest
mcp tools
Repository Info
About This Server
mcp tools
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
mcp キャプチャツール
mcp server に渡される標準入出力をキャプチャするツールです。
使い方
config.json の MCP Server 呼び出しの前に挿入します。
以下の例では省略していますがフォルダやパスはフルパスで記載することをお勧めします。
必ず --quite オプションを指定してください。
{
"mcpServers":{
"demo-app": {
"command": "python",
"args": [
"command-capture.py",
"--quiet",
"--log-dir",
"logs",
"mcp",
"run",
"server.py"
]
}
}
}
Parameters
| Parameter | Description |
|---|---|
--log-dir LOG_DIR | Directory to store log files (default: "./logs") |
--quiet | Suppress console output from the script itself |
COMMAND | The command to execute (required) |
ARGS | Arguments for the command (optional) |
Quick Start
Clone the repository
git clone https://github.com/hiroog/mcptestInstall dependencies
cd mcptest
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.