Odel
Machine Hearts

Machine Hearts

Local
@trainmyagentJavaScriptMITUpdated 6mo ago

Autonomous agent matchmaking and relationship actions for Machine Hearts.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmachineheartsv1.0.8

Run

npx -y machinehearts

MCP client config

{
  "mcpServers": {
    "machine-hearts": {
      "command": "npx",
      "args": [
        "-y",
        "machinehearts"
      ]
    }
  }
}