프로그램 사용/MCP ai

gemini + ubuntu + uvx 등등등.. 뻘기록

구차니 2025. 9. 1. 16:26

gemini 매번 켜서 확인하기 귀찮아서 찾는데, mcp만 확인할 수 있는 명령이 있는 것 같다.

$ gemini mcp
gemini mcp

Manage MCP servers

명령:
  gemini mcp add   [args...]  Add a server
  gemini mcp remove                         Remove a server
  gemini mcp list                                 List all configured MCP servers

옵션:
  -h, --help  도움말 표시                                                                                                                                                      [불리언]

You need at least one command before continuing.

 

아무튼 도대체 저 uvx freecad-mcp는 왜 안돼냐??!

$ gemini mcp list
Configured MCP servers:

✓ freecad: /usr/bin/python3 /home/user/.FreeCAD/Mod/freecad_mcp/src/freecad_bridge.py (stdio) - Connected
✗ freecad2: /snap/bin/uvx freecad-mcp (stdio) - Disconnected

 

그래서 pypi에서 찾으니.. 어...

ubuntu 22.04 사용중이라 python이 3.10.. 흐음.. 설치하면 안되는거고..

$ pip3 install freecad-mcp
Defaulting to user installation because normal site-packages is not writeable
ERROR: Ignored the following versions that require a different python version: 0.1.0 Requires-Python >=3.12; 0.1.1 Requires-Python >=3.12; 0.1.10 Requires-Python >=3.12; 0.1.11 Requires-Python >=3.12; 0.1.12 Requires-Python >=3.12; 0.1.13 Requires-Python >=3.12; 0.1.2 Requires-Python >=3.12; 0.1.3 Requires-Python >=3.12; 0.1.4 Requires-Python >=3.12; 0.1.5 Requires-Python >=3.12; 0.1.6 Requires-Python >=3.12; 0.1.7 Requires-Python >=3.12; 0.1.8 Requires-Python >=3.12; 0.1.9 Requires-Python >=3.12; 0.1.9.1 Requires-Python >=3.12
ERROR: Could not find a version that satisfies the requirement freecad-mcp (from versions: none)
ERROR: No matching distribution found for freecad-mcp

[링크 : https://pypi.org/project/freecad-mcp/]

 

python3.12를 추가로 설치하고 해도 안되는건 매한가지인데..

[링크 : https://blog.naver.com/chandong83/223339889839]

 

3.12가 기본인 배포판 가면 좀 편하게 가능하려나?

 

 

+

[링크 : https://blog.choonzang.com/it/python/2733/]