This might be useful as enhanced documentation, for integrating superlocalmemory with pi.dev. It took me some time to understand how to install it with the terminal code tool.
Tried to integrate this as model-context-protocol (mcp) with "pi.dev¨, the terminal code agent.
after installing superlocalmemory, had to configure the mcp in the local home folder in an mcp.json file, located at ~/.pi/agent/mcp.json
{
"mcpServers": {
"superlocalmemory": {
"command": "slm",
"args": [
"mcp"
],
"directTools": true
}
}
}
and configuring the mcp, that did not yet work out of the box, but after typing
/mcp
then enabling with "space" and a "ctrl-s" the 40 tools of superlocalmemory got added.
then finally after asking "can you store your knowledge to memory?" it reveals it at least knows about the tool:
Hope that this will be useful for others who try to integrate superlocalmemory with the pi.dev coding agent.
This might be useful as enhanced documentation, for integrating superlocalmemory with pi.dev. It took me some time to understand how to install it with the terminal code tool.
Tried to integrate this as model-context-protocol (mcp) with "pi.dev¨, the terminal code agent.
after installing superlocalmemory, had to configure the mcp in the local home folder in an
mcp.jsonfile, located at~/.pi/agent/mcp.jsonand configuring the mcp, that did not yet work out of the box, but after typing
/mcpthen enabling with "space" and a "ctrl-s" the 40 tools of superlocalmemory got added.
then finally after asking "can you store your knowledge to memory?" it reveals it at least knows about the tool:
Hope that this will be useful for others who try to integrate superlocalmemory with the pi.dev coding agent.