MCP Catalogs
Home

golemcore-bot

by alexk-dev·40·Score 45

GolemCore Bot is an agent platform with MCP integration, enabling channel-connected agents with plugins and memory.

communicationdeveloper-toolsproductivity
4
Forks
17
Open issues
this month
Last commit
2d ago
Indexed

Overview

GolemCore Bot is a comprehensive agent platform designed for AI-native companies. It enables building, running, and extending channel-connected agents with various capabilities including skills, plugins, MCP servers, memory systems, and Hive-connected control flows. The platform offers both a runtime environment for agents and extensible architecture through plugins and MCP integration.

Try asking AI

After installing, here are 3 things you can ask your AI assistant:

you:Building chatbots for multiple channels (Telegram, web dashboard) with memory and delayed follow-ups
you:Extending agent capabilities through plugins and MCP server integrations
you:Creating inspectable AI agents with traceable execution and Hive-connected control flows

When to choose this

Choose GolemCore Bot if you need a production-ready agent platform with built-in MCP integration for enterprise-scale AI applications requiring long-running workflows and memory management.

When NOT to choose this

Don't choose GolemCore Bot if you need a lightweight, simple solution or if you're not comfortable with Java-based deployments and Docker requirements.

Comparable tools

semantic-kernellangchainauto-gptmcp-servern8n

Installation

Docker Installation

docker pull ghcr.io/alexk-dev/golemcore-bot:latest

docker run -d \
  --name golemcore-bot \
  --shm-size=256m \
  --cap-add=SYS_ADMIN \
  -e STORAGE_PATH=/app/workspace \
  -e TOOLS_WORKSPACE=/app/sandbox \
  -v golemcore-bot-data:/app/workspace \
  -v golemcore-bot-sandbox:/app/sandbox \
  -p 8080:8080 \
  --restart unless-stopped \
  ghcr.io/alexk-dev/golemcore-bot:latest

Open http://localhost:8080/dashboard and sign in with the temporary admin password from logs.

Claude Desktop Integration

Add to Claude Desktop configuration:

{
  "mcpServers": {
    "golemcore": {
      "command": "docker",
      "args": ["run", "--rm", "-i", "ghcr.io/alexk-dev/golemcore-bot:latest"]
    }
  }
}

Compare golemcore-bot with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.