@topodb/pi
Pi (pi.dev) extension: topodb agent memory via one install.
Package details
Install @topodb/pi from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@topodb/pi- Package
@topodb/pi- Version
0.0.2- Published
- Jul 11, 2026
- Downloads
- not available
- Author
- star-flower
- License
- MIT OR Apache-2.0
- Types
- extension
- Size
- 9.3 KB
- Dependencies
- 2 dependencies · 0 peers
Pi manifest JSON
{
"extensions": [
"./dist/extension.js"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
@topodb/pi
One-command TopoDB memory for the Pi coding agent.
pi install npm:@topodb/pi
Registers a single topodb tool that lazily spawns the topodb-mcp server and
proxies its 16 memory tools. Call {action:"list"} to discover them, then
{tool, args} to use one. Config via env: TOPODB_DB (default
.topodb/memory.redb), TOPODB_SCOPE (default shared).
No Rust toolchain and no separate MCP adapter required — the prebuilt
topodb-mcp binary is pulled in automatically for your platform.