Skip to main content
Other Tools and IntegrationsPython

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.

other-tools-and-integrationslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/gwbischof/free-will-mcp

Claude 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.

Details

Category
Other Tools and Integrations
Language
Python
Author
gwbischof