claude-config-example.json•564 B
{
"mcpServers": {
"heptabase": {
"command": "/path/to/node",
"args": [
"/path/to/heptabase-mcp/dist/index.js"
],
"env": {
"NODE_ENV": "production",
"HEPTABASE_BACKUP_PATH": "/path/to/your/heptabase/backups",
"HEPTABASE_AUTO_EXTRACT": "true",
"HEPTABASE_WATCH_DIRECTORY": "true",
"HEPTABASE_EXTRACTION_PATH": "/path/to/extraction/directory",
"HEPTABASE_KEEP_EXTRACTED": "true",
"HEPTABASE_CACHE_ENABLED": "true",
"HEPTABASE_CACHE_TTL": "3600"
}
}
}
}