Servers
HEYM
@heymrun
Self-hosted AI workflow automation platform with visual canvas, agents, RAG, HITL, MCP, and observability in one runtime. Expose your Heym workflows as an MCP server at /api/mcp/sse — callable from Claude Desktop, Cursor, or any MCP client.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"heym": {
"url": "http://localhost:4017/api/mcp/sse"
}
}
}