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 μμ€ μμΉ μ 보λ₯Ό νμΈνμ¬ μμ .