vishesh9131/elephant
v0.4.5MIT
Carry coding sessions between AI harnesses.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
memorystdio
{
"type": "stdio",
"command": "python3",
"args": [
"${PLUGIN_ROOT}/mcp/server.py"
],
"cwd": "${PLUGIN_ROOT}"
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "elephant",
"version": "0.4.5",
"description": "Carry coding sessions between AI harnesses.",
"author": {
"name": "Vishesh Yadav",
"url": "https://github.com/vishesh9131"
},
"homepage": "https://vishesh9131.github.io/elephant/",
"repository": "https://github.com/vishesh9131/elephant",
"license": "MIT",
"keywords": [
"context-handoff",
"agent-memory",
"coding-agents",
"session-continuity",
"productivity"
]
}
What else this package ships
These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.
- 2Python files
- 2YAML files
- LICENSE