docs: add PicoClaw integration example#152
Open
manaporkun wants to merge 2 commits intoGentleman-Programming:mainfrom
Open
docs: add PicoClaw integration example#152manaporkun wants to merge 2 commits intoGentleman-Programming:mainfrom
manaporkun wants to merge 2 commits intoGentleman-Programming:mainfrom
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Adds a PicoClaw-specific integration example to the main README to show how to run Engram as an MCP stdio memory server in a lightweight setup.
Changes:
- Adds a new “PicoClaw” section under Quick Start → Setup Your Agent.
- Includes a JSON configuration example wiring PicoClaw’s MCP client to
engram mcpwith--tools=agentand a project override.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
README.md
Outdated
Comment on lines
+60
to
+61
| [PicoClaw](https://github.com/sipeed/picoclaw) is an ultra-lightweight AI assistant in Go that runs on $10 hardware. Add Engram to your PicoClaw config: | ||
|
|
There was a problem hiding this comment.
The snippet says “Add Engram to your PicoClaw config” but doesn’t specify which PicoClaw config file/section this JSON belongs to or that the surrounding keys (e.g., tools.mcp.servers) are PicoClaw-specific (not a generic MCP schema). Consider adding the config filename/path and a short note that only the engram command/args portion is universal, to avoid confusion with the other MCP config examples in this repo.
Suggested change
| [PicoClaw](https://github.com/sipeed/picoclaw) is an ultra-lightweight AI assistant in Go that runs on $10 hardware. Add Engram to your PicoClaw config: | |
| [PicoClaw](https://github.com/sipeed/picoclaw) is an ultra-lightweight AI assistant in Go that runs on $10 hardware. Add the following to your PicoClaw config file under the `tools.mcp.servers` section: | |
| > **Note:** The surrounding `tools.mcp.servers` keys are PicoClaw-specific config structure, not a generic MCP schema. For other MCP clients, only the `engram` server `command`/`args` portion is typically reusable. |
Address review feedback: specify that the JSON belongs in PicoClaw's config.json under tools.mcp.servers, and note that only the engram server command/args are reusable across MCP clients. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
🤖 Generated with Claude Code
Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com