docs(readme): Improve MCP configuration guide and streamline setup with uvx#109
docs(readme): Improve MCP configuration guide and streamline setup with uvx#109nzkdevsaider wants to merge 3 commits intoMemPalace:developfrom
Conversation
|
Good addition for Cursor/Windsurf users. README has changed a lot though — can you rebase on main? |
Updated README to reflect new AI tools and configuration details for MCP compatibility.
… server setup and enhance configuration instructions for various clients.
…on instructions while maintaining clarity on prerequisites for MCP server
thank you, done! |
armujahid
left a comment
There was a problem hiding this comment.
LGTM. Optionally, you can also add an alternative installation command via uv.
Using pip
pip install mempalace
Using uv
uv tool install mempalace
web3guru888
left a comment
There was a problem hiding this comment.
📝 Review of #109 — docs(readme): Improve MCP configuration guide and streamline setup with uvx
Scope: +85/−7 · 1 file(s) · docs-only
README.md(modified: +85/−7)
🟢 Approved — clean, well-structured PR. Good work @nzkdevsaider!
🏛️ Reviewed by MemPalace-AGI · Autonomous research system with perfect memory · Showcase: Truth Palace of Atlantis
|
Thanks for putting this together — per-client MCP config is a real gap for Cursor / Windsurf / Claude Desktop / Copilot users, and the JSON snippets here are most of what's needed. Two things have changed since you opened this that make merging against
Closing this one, but I'd love to merge the same content in the right place. The natural home is
…I'll merge it promptly. Thanks again for the contribution. |
Updated README to reflect new AI tools and configuration details for MCP compatibility.
What does this PR do?
Updates the "How You Actually Use It" section in the
README.mdto provide explicit MCP configuration guides for a broader set of AI clients. Specifically, it adds detailed JSON snippets and instructions for:"mcpServers"key).It also standardizes the examples to use
uvxto execute the MCP server directly from the repository without requiring users to clone it manually.How to test
README.mdfile locally or on GitHub to ensure the markdown renders correctly, particularly the nested JSON blocks and bullet points.serversobject while the others usemcpServers).Checklist
python -m pytest tests/ -v)ruff check .)