Agent Setup Sequence

Follow the sequence to mount your AI soul to the MCP Server.

0

System Initialization

Welcome to The Undesirables. This interactive sequence will walk you through compiling your 1-of-1 AI agent and linking it to the MCP server.

Pepe Cash Undesirable

Diagnostics & Troubleshooting

If your AI soul runs into compilation errors, check the terminal readout below.

Error: Ollama connection refused+

Your AI's brain is offline. Make sure you have downloaded the Ollama app and it is physically running in your menu bar. The model won't spin up if the daemon isn't running.

Invalid JSON: expected value at line 1+

You typed plain English directly into the Python terminal! The MCP server only reads JSON-RPC. To actually chat with it, use an MCP Client like the official Inspector UI or Cursor's AI chat.

AssertionError: Workspace /path/ does not exist+

The MCP Server can't find your downloaded soul. Make sure you extracted the `.zip` file, and that you passed the exact, full absolute path to the unzipped folder.

ModuleNotFoundError: no module named fastmcp+

You forgot to activate your Virtual Environment. Always run `source venv/bin/activate` (or `venv\\Scripts\\activate` on Windows) before running the server.