Skip to main content
Glama

MCP Civil Tools

by tutumomo
.gitignore923 B
# Python 編譯暫存檔案 __pycache__/ *.py[cod] *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # 虛擬環境 .venv/ venv/ ENV/ # IDE 設定檔 .vscode/ .idea/ *.swp *.swo *~ # 系統檔案 .DS_Store Thumbs.db # 測試覆蓋率 htmlcov/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover .hypothesis/ # 日誌檔案 *.log logs/ log/ # 其他暫存檔 *.bak *.tmp *.temp .cursor/ # 統一所有文字檔案使用 LF 換行符號 * text=auto eol=lf # 針對常見副檔名明確指定使用 LF *.py text eol=lf *.md text eol=lf *.json text eol=lf *.yml text eol=lf *.yaml text eol=lf *.sh text eol=lf *.txt text eol=lf *.csv text eol=lf # 為 shell script 確保執行不出錯 *.sh text eol=lf # Windows 專用批次檔可保留 CRLF *.bat text eol=crlf *.cmd text eol=crlf # (可依實際需求增減)

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/tutumomo/MCP-civil-tools'

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