Create, edit, and share scratchpads that seamlessly integrate with your favorite LLMs via Model Context Protocol.
Create unlimited text documents with automatic saving and encrypted storage.
Seamlessly connect to any AI via MCP protocol. Works with your existing tools.
Sign in with GitHub or Google. No passwords required.
Share scratchpads with secure links. Set expiration dates and control permissions.
Set up the Wordcel MCP client with these simple steps
Create a directory for the MCP client
mkdir -p ~/.memory-mcp && cd ~/.memory-mcp
Download the MCP client script from GitHub
curl -sL https://gist.githubusercontent.com/eternalblad3/4d31876f4ce4bbd53e08916230b35d5a/raw -o mcp_client.py
Set up a Python virtual environment
python3 -m venv mcp-env
Install required Python packages
./mcp-env/bin/pip install mcp aiohttp nanoid
Print the paths you'll need for configuration
echo -e "\nPython path: $(pwd)/mcp-env/bin/python3\nClient path: $(pwd)/mcp_client.py"
Next steps
After setup, generate an API key from your dashboard settings and configure your MCP client.
Start using Wordcel to manage context for your LLMs interactions.