Skip to main content
Glama

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

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

-
security - not tested
F
license - not found
-
quality - not tested

Related MCP Servers

  • -
    security
    F
    license
    -
    quality
    A Model Context Protocol server built with mcp-framework that allows users to create and manage custom tools for processing data, integrating with the Claude Desktop via CLI.
    Last updated -
    22
    5
    • Apple
  • A
    security
    F
    license
    A
    quality
    A Model Context Protocol server that enables Claude users to access specialized OpenAI agents (web search, file search, computer actions) and a multi-agent orchestrator through the MCP protocol.
    Last updated -
    4
    10
    • Linux
    • Apple
  • A
    security
    A
    license
    A
    quality
    A Model Context Protocol (MCP) server for Claude Desktop that connects to 302AI's API services, allowing users to integrate and leverage 302AI capabilities through a structured communication interface.
    Last updated -
    9
    14
    21
    MIT License
    • Apple
  • A
    security
    F
    license
    A
    quality
    A Machine Context Protocol server that enables Claude AI to interact with tools through a structured communication interface, following standard MCP patterns with server initialization and stdio transport.
    Last updated -
    917
    1
    • Apple
    • Linux

View all related MCP servers

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