With Guepard MCP, managing data is no longer a chore. It becomes fast, reliable, and as intuitive as writing an idea down.
Server Config
{
"mcpServers": {
"Guepard": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"-e",
"access_token=<GUEPARD_ACCESS_TOKEN>",
"mghassen/guepard-mcp-server:1.4.0"
]
}
}
}