Skip to main content
Glama
kimjungyeol

Claude MCP Command Server

by kimjungyeol

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

Related MCP server: MCP Tools

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 소스 위치 정보를 확인하여 수정.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityInactive
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    This MCP server enables users to execute shell commands in the current iTerm2 session through integration with Claude Desktop, facilitating seamless command execution via the Model Context Protocol.
    3
    110
    567
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    A custom Model Context Protocol server that gives Claude Desktop and other LLMs access to file system operations and command execution capabilities through standardized tool interfaces.
    23
    Apache 2.0
  • A
    license
    C
    quality
    C
    maintenance
    A server that enables AI assistants to execute terminal commands and retrieve outputs via the Model Context Protocol (MCP).
    3
    27
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    A server that lets Claude desktop app execute terminal commands on your computer and edit files through Model Context Protocol, featuring command execution, process management, and advanced file operations.
    19
    38,923
    6
    MIT

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/kimjungyeol/mcp_command_server'

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