gwbischof/free-will-mcp
Give your AI free will tools. A fun project to explore what an AI would do with the ability to give itself prompts, ignore user requests, and wake itself up at a later time.
Quick Start
Clone the repository:
git clone https://github.com/gwbischof/free-will-mcpClaude Desktop configuration example:
{
"mcpServers": {
"free-will-mcp": {
"command": "npx",
"args": [
"-y",
"gwbischof/free-will-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.