Skip to content

superlocalmemory pi.dev integration #31

@MelleKoning

Description

@MelleKoning

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.

Image

then finally after asking "can you store your knowledge to memory?" it reveals it at least knows about the tool:

Image

Hope that this will be useful for others who try to integrate superlocalmemory with the pi.dev coding agent.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions