Persistent memory for AI coding agents. Local-first SQLite + vector search. 17 MCP tools.
claude mcp add same -- npx -y @sgx-labs/same
claude_desktop_config.json
{
"mcpServers": {
"same": {
"command": "npx",
"args": [
"-y",
"@sgx-labs/same"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"same": {
"command": "npx",
"args": [
"-y",
"@sgx-labs/same"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"same": {
"command": "npx",
"args": [
"-y",
"@sgx-labs/same"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"same": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@sgx-labs/same"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"same": {
"command": "npx",
"args": [
"-y",
"@sgx-labs/same"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.sgx-labs--same/reviews or the review_server meta-tool.
POST /mcp