Smart scratchpads for LLM workflows

Create, edit, and share scratchpads that seamlessly integrate with your favorite LLMs via Model Context Protocol.

Everything you need for seamless LLM integration

Smart Scratchpads

Create unlimited text documents with automatic saving and encrypted storage.

AI Integration

Seamlessly connect to any AI via MCP protocol. Works with your existing tools.

Secure Authentication

Sign in with GitHub or Google. No passwords required.

Easy Sharing

Share scratchpads with secure links. Set expiration dates and control permissions.

Get started in minutes

Set up the Wordcel MCP client with these simple steps

1

Create directory

Create a directory for the MCP client

mkdir -p ~/.memory-mcp && cd ~/.memory-mcp
2

Download client

Download the MCP client script from GitHub

curl -sL https://gist.githubusercontent.com/eternalblad3/4d31876f4ce4bbd53e08916230b35d5a/raw -o mcp_client.py
3

Create virtual environment

Set up a Python virtual environment

python3 -m venv mcp-env
4

Install dependencies

Install required Python packages

./mcp-env/bin/pip install mcp aiohttp nanoid
5

Get the paths

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.

Ready to enhance your LLM workflow?

Start using Wordcel to manage context for your LLMs interactions.