Heady
Freeby MCP Community
Model Context Protocol (MCP) server implementation for the Heady AI Platform — tool registration, memory operations, and JSON-RPC handling.
v3.2.0Added Apr 12, 2026
headyaimcpmodel-context-protocoljson-rpc
Heady MCP Server
Model Context Protocol (MCP) server implementation for the Heady AI Platform — tool registration, memory operations, and JSON-RPC handling.
Installation
Reviews
Installation
Quick install
npx -y heady-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"heady": {
"command": "npx",
"args": ["-y", "heady-mcp-server"]
}
}
}