kaminocorp/elephantasm-mcp
MCP server for Elephantasm Long-Term Agentic Memory — plug-and-play memory, knowledge, and identity for any MCP-compatible AI agent
claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
kaminocorp/elephantasm-mcp is a Python MCP server licensed under Apache-2.0. MCP server for Elephantasm Long-Term Agentic Memory — plug-and-play memory, knowledge, and identity for any MCP-compatible AI agent
Ranked #36 out of 110 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
2 stars → early stage
Last commit today → actively maintained
No issues filed → no history to score
1 contributor → solo project
No dependents → no downstream usage
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Matched Queries
From the README
<div align="center">
# elephantasm-mcp
**MCP server for long-term agent memory.**
Give any AI agent persistent memory, searchable knowledge, and an evolving identity.
[Website](https://elephantasm.com) · [Docs](https://elephantasm.com/docs) · [PyPI](https://pypi.org/project/elephantasm-mcp/) · [GitHub](https://github.com/kaminocorp/elephantasm-mcp)
</div>
---
[Model Context Protocol](https://modelcontextprotocol.io) server for [Elephantasm](https://elephantasm.com) Long-Term Agentic Memory. One line of config.
## Installation
```bash
pip install elephantasm-mcp
```
## Quick Start
### Claude Desktop
Add to `~/Library/Application Support/Claude/claude_desktop_config.json`:
```json
{
"mcpServers": {
"elephantasm": {
"command": "elephantasm-mcp",
"env": {
"ELEPHANTASM_API_KEY": "sk_live_...",
"ELEPHANTASM_ANIMA_ID": "your-anima-id"
}
}
}
}
```
### Claude Code
Add to `.claude/settings.json` or `~/.claude/settin Read full README on GitHub → Claim this listing to add a tagline, mark deprecation status, and get a verified maintainer badge.
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.