\ \ \ \
### Setup\ \ \ \
#### Native Installation via pip\
\ \
\
pip install stac-mcp\
\\ \ Configure your MCP client to connect to this server:\ \ \ \
{\
\
"mcpServers": {\
\
"stac": {\
\
"command": "stac-mcp"\
\
}\
\
}\
\
}\
\\ \
#### Container Usage\ \ \ \ To use the containerized version with an MCP client:\ \ \ \
{\
\
"mcpServers": {\
\
"stac": {\
\
"command": "docker",\
\
"args": ["run", "--rm", "-i", "ghcr.io/wayfinder-foundry/stac-mcp:latest"]\
\
}\
\
}\
\
}\
\