We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sgx-labs/statelessagent'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
same-repair.1•652 B
.nh
.TH "SAME" "1" "Feb 2026" "SAME 0.9.0" ""
.SH NAME
same-repair - Back up and rebuild the database
.SH SYNOPSIS
\fBsame repair [flags]\fP
.SH DESCRIPTION
Creates a backup of vault.db and force-rebuilds the index.
.PP
This is the go-to command when something seems broken. It:
1. Copies vault.db to vault.db.bak
2. Runs a full force reindex
.PP
After repair, verify with 'same doctor'.
.SH OPTIONS
\fB-h\fP, \fB--help\fP[=false]
help for repair
.SH OPTIONS INHERITED FROM PARENT COMMANDS
\fB--vault\fP=""
Vault name or path (overrides auto-detect)
.SH SEE ALSO
\fBsame(1)\fP
.SH HISTORY
20-Feb-2026 Auto generated by spf13/cobra