Core
Freeby MCP Community
Core agent primitives, sandbox integration, and MCP server for AgentForge
v0.12.23Added Apr 12, 2026
aiagentsmastramcpe2b
Core MCP Server
Core agent primitives, sandbox integration, and MCP server for AgentForge
Installation
Reviews
Installation
Quick install
npx -y @agentforge-ai/core
Add to claude_desktop_config.json
{
"mcpServers": {
"core": {
"command": "npx",
"args": ["-y", "@agentforge-ai/core"]
}
}
}