MCP Directory

gwbischof/free-will-mcp

GitHub
Other

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.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y free-will-mcp

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from gwbischof/free-will-mcp your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "free-will-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "free-will-mcp"
      ]
    }
  }
}

Route gwbischof/free-will-mcp intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add free-will-mcp

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use gwbischof/free-will-mcp directly without routing

npx -y free-will-mcp

New to Agent-CoreX? View setup guide →

gwbischof/free-will-mcp MCP Server — Agent-CoreX