Golemcore Agent Platform
Agent Platform for AI-Native Companies
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
Maintainer
Works with
Installation
Manual Installation
npx golemcore-botConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
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
Pull the GolemCore Bot Docker image
Pull the latest published image from GitHub Container Registry.
docker pull ghcr.io/alexk-dev/golemcore-bot:latestRun 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:latestRetrieve the temporary admin password
On first start, a temporary admin password is generated and printed to the container logs.
docker logs -f golemcore-botOpen 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/dashboardConnect 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.
Golemcore Agent Platform Alternatives — Similar Coding Agents Servers
Looking for alternatives to Golemcore Agent Platform? Here are other popular coding agents servers you can use with Claude, Cursor, and VS Code.
Dify
★ 142.2kProduction-ready platform for agentic workflow development.
Ruflo
★ 54.0k🌊 The leading agent orchestration platform for Claude. Deploy intelligent multi-agent swarms, coordinate autonomous workflows, and build conversational AI systems. Features enterprise-grade architecture, self-learning swarm intelligence, RAG integrat
Goose
★ 45.7kan open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM
Antigravity Awesome Skills
★ 38.3kInstallable GitHub library of 1,400+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and more. Includes installer CLI, bundles, workflows, and official/community skill collections.
AgentScope
★ 25.5kBuild and run agents you can see, understand and trust.
Serena
★ 24.5kA coding agent toolkit that provides IDE-like semantic code retrieval and editing tools, enabling LLMs to efficiently navigate and modify codebases using symbol-level operations instead of basic file reading and string replacements.
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.
Set Up Golemcore Agent Platform in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
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.