Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"guepard": {
"command": "docker",
"args": [
"run",
"--rm",
"-it",
"-e",
"access_token=${env:access_token}",
"nourk13/guepard-mcp-server:v2"
]
}
}
}