mcp_command_server

kimjungyeol/mcp_command_server

3.2

If you are the rightful owner of mcp_command_server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Model Context Protocol (MCP) server is a specialized server designed to facilitate communication and command execution between different components in a model-driven architecture. It leverages the MCP framework to ensure seamless integration and interaction between various tools and resources.

Claude Mcp Command Server

Poetry λͺ…λ Ήμ–΄ μ‚¬μš©

1 μ˜μ‘΄μ„± μ„€μΉ˜

# κ°€μƒν™˜κ²½ 생성 및 νŒ¨ν‚€μ§€ μ„€μΉ˜
poetry install

# MCP νŒ¨ν‚€μ§€κ°€ PyPI에 μ—†λŠ” 경우
poetry add git+https://github.com/modelcontextprotocol/python-sdk.git

2 κ°€μƒν™˜κ²½ ν™œμ„±ν™”

# Poetry μ‰˜ ν™œμ„±ν™”
poetry shell

# λ˜λŠ” λͺ…λ Ήμ–΄ μ‹€ν–‰
poetry run python src/mcp_command_server/mcp_server_api.py
=======
## 4. Poetry λͺ…λ Ήμ–΄ μ‚¬μš©

### 4.1 μ˜μ‘΄μ„± μ„€μΉ˜
```bash
# κ°€μƒν™˜κ²½ 생성 및 νŒ¨ν‚€μ§€ μ„€μΉ˜
poetry install

# MCP νŒ¨ν‚€μ§€κ°€ PyPI에 μ—†λŠ” 경우
poetry add git+https://github.com/modelcontextprotocol/python-sdk.git

2 κ°€μƒν™˜κ²½ ν™œμ„±ν™”

# Poetry μ‰˜ ν™œμ„±ν™”
poetry shell

# λ˜λŠ” λͺ…λ Ήμ–΄ μ‹€ν–‰ ν…ŒμŠ€νŠΈ
poetry run python src/mcp_command_server/mcp_server_api.py

Claude desktop config json

{
    "mcpServers": {
		"command-executor": {
            "command": "cmd",
            "args": [
                "/c",
                "cd /d C:\\Users\\[user]\\python\\mcp_command_server && poetry run python src/mcp_command_server/mcp_server_api.py"
            ]
        }
    }
}

둜컬의 mcp_command_server μ†ŒμŠ€ μœ„μΉ˜ 정보λ₯Ό ν™•μΈν•˜μ—¬ μˆ˜μ •.