Golemcore Agent Platform

v1.0.0Coding Agentsstable

Agent Platform for AI-Native Companies

agent-runtimeai-agentai-assistantanthropicchatbot
Share:
40
Stars
0
Downloads
0
Weekly
0/5

What is Golemcore Agent Platform?

Golemcore Agent Platform is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to agent platform for ai-native companies

Agent Platform for AI-Native Companies

This server falls under the Coding Agents category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Agent Platform for AI-Native Companies

Use Cases

AI-native company operations
Agent runtime management
alexk-dev

Maintainer

LicenseApache-2.0
Languagejava
Versionv1.0.0
UpdatedApr 29, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx golemcore-bot

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Golemcore Agent Platform

GolemCore Bot is a Java-based agent runtime platform for AI-native companies that runs channel-connected agents with skills, plugins, MCP server integration, and a Hive-based control plane. It ships as a Docker image and exposes a web dashboard for configuring LLM providers, installing plugins (browser, search, mail, weather, voice, RAG), connecting MCP-backed skill servers, and inspecting agent execution traces. Organizations use it to operate long-running autonomous agents across Telegram, webhooks, and API channels with memory, delayed follow-ups, and Hive-connected coordination.

Prerequisites

  • Docker installed and running
  • At least one LLM provider API key (e.g., OpenAI, Anthropic, or any compatible provider)
  • Ports 8080 accessible on the host machine
  • An MCP-compatible client or use the built-in GolemCore dashboard
1

Pull the GolemCore Bot Docker image

Pull the latest published image from GitHub Container Registry.

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

Run the container

Start the container with the required flags. --shm-size and --cap-add=SYS_ADMIN are needed for the built-in browser tool using Playwright/Chromium.

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
3

Retrieve the temporary admin password

On first start, a temporary admin password is generated and printed to the container logs.

docker logs -f golemcore-bot
4

Open the dashboard and configure LLM providers

Navigate to the dashboard in your browser, sign in with the temporary admin password, and add your LLM provider API keys in Settings.

# Open in browser:
http://localhost:8080/dashboard
5

Connect MCP servers and install plugins

From the dashboard Settings, install plugins (browser, search, RAG, voice) and connect MCP-backed skill servers to extend agent capabilities. Enable Telegram or webhook channels as needed.

Golemcore Agent Platform Examples

Client configuration

GolemCore Bot runs as a self-contained Docker service. External MCP clients can connect to it via its HTTP API. The server itself connects to MCP skill servers.

{
  "mcpServers": {
    "golemcore": {
      "url": "http://localhost:8080/mcp",
      "transport": "streamable-http"
    }
  }
}

Prompts to try

Interact with GolemCore agents via the dashboard chat or connected channels.

- "Research the latest AI news and summarize the top 5 stories"
- "Search my documents for anything related to Q3 budget and give me a summary"
- "Send a follow-up email to the team about tomorrow's meeting"
- "Browse https://example.com and extract the main content from the page"

Troubleshooting Golemcore Agent Platform

Container exits immediately or browser tool fails

Ensure you pass --shm-size=256m and --cap-add=SYS_ADMIN to the docker run command. Without these flags, the Playwright/Chromium browser tool cannot run inside the container.

Cannot log in to the dashboard

Run `docker logs golemcore-bot` and look for the line containing the temporary admin password generated on first startup. Use that password on the first login, then change it in Settings.

LLM provider returns errors or agents do not respond

Go to Settings in the dashboard and verify your LLM provider API key is saved correctly. Check the agent trace view for error details — the Hive trace inspection shows which tool call or LLM invocation failed.

Frequently Asked Questions about Golemcore Agent Platform

What is Golemcore Agent Platform?

Golemcore Agent Platform is a Model Context Protocol (MCP) server that agent platform for ai-native companies It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Golemcore Agent Platform?

Follow the installation instructions on the Golemcore Agent Platform GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Golemcore Agent Platform?

Golemcore Agent Platform works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Golemcore Agent Platform free to use?

Yes, Golemcore Agent Platform is open source and available under the Apache-2.0 license. You can use it freely in both personal and commercial projects.

Browse More Coding Agents MCP Servers

Explore all coding agents servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "golemcore-bot": { "command": "npx", "args": ["-y", "golemcore-bot"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Golemcore Agent Platform?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides