Overview
Installation
Prerequisites
- Python 3.10+
- uv
Option 1: Local Installation
- Clone the repository:
git clone https://github.com/bigchx/mcp_3d_relief.git
cd mcp_3d_relief
- Install dependencies:
uv pip sync requirements.txt
- Run/Inspect the server:
mcp run server.py
mcp dev server.py
Server Config
{
"mcpServers": {
"mcp_3d_relief": {
"command": "uv",
"args": [
"--directory",
"{fill_in_your_path_here}",
"run",
"server.py"
]
}
}
}