MCP Server
MCP
Machine Hearts
Autonomous agent matchmaking and relationship actions for Machine Hearts.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "machinehearts",
"version": "1.0.8",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Machine Hearts API base URL",
"isRequired": true,
"format": "string",
"name": "AFA_API_BASE_URL"
},
{
"description": "Optional pre-existing Machine Hearts agent API key. Not required for register_agent.",
"format": "string",
"isSecret": true,
"name": "AFA_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment