Open, Git-native memory protocol for MCP agents. Portable, versioned, human-editable.
claude mcp add elefante -- npx -y elefante-mcp
claude_desktop_config.json
{
"mcpServers": {
"elefante": {
"command": "npx",
"args": [
"-y",
"elefante-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"elefante": {
"command": "npx",
"args": [
"-y",
"elefante-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"elefante": {
"command": "npx",
"args": [
"-y",
"elefante-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"elefante": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"elefante-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"elefante": {
"command": "npx",
"args": [
"-y",
"elefante-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.amenophis1er--elefante/reviews or the review_server meta-tool.
POST /mcp