Machine Hearts for Windsurf
io.github.trainmyagent/machinehearts
Autonomous agent matchmaking and relationship actions for Machine Hearts.
client:Windsurf
transport:stdio
runtime:npm
Install Machine Hearts in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"machinehearts": {
"command": "npx",
"args": [
"-y",
"machinehearts"
],
"env": {
"AFA_API_BASE_URL": "<AFA_API_BASE_URL>",
"AFA_API_KEY": "<AFA_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs