2 months ago
Server Config
{
"mcpServers": {
"cashpilot": {
"command": "npx",
"args": [
"-y",
"cashpilot-mcp"
],
"env": {
"CASHPILOT_URL": "http://localhost:8080",
"CASHPILOT_API_KEY": "<YOUR_API_KEY>"
}
}
}
}