Back to Apps

Agent Forge
Supports UIby HundunOnline
Forge and manage AI agent personalities with customizable expert traits and multi-round dialogue simulation.
0 stars
Works in:claude
Exposes:Tools
What it does
Agent Forge is a specialized MCP server for creating, managing, and simulating AI agents with specific personality traits. It allows users to define expert personas and test how these agents would respond to complex queries, effectively enabling the creation of multi-agent collaborative research environments.
Tools
expert_personality_generation: Creates a new agent with specified core traits and a name.agent_answer: Simulates a specific agent's response to a context, supporting multi-round interactions.get_agent: Retrieves detailed information about a specific agent.list_agents: Lists all currently forged agents.delete_agent: Removes an agent from the system.
Installation
Install via Go and build:
git clone https://github.com/HundunOnline/mcp-agent-forge.git
cd mcp-agent-forge && make build
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-agent-forge": {
"command": "/path/to/mcp-agent-forge",
"env": {
"DEEPSEEK_API_KEY": "your-deepseek-api-key"
}
}
}
}
Supported hosts
- Claude Desktop
- Claude.ai
Quick install
git clone https://github.com/HundunOnline/mcp-agent-forge.git && cd mcp-agent-forge && make buildInformation
- Pricing
- free
- Published
- 6/2/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Add the binary path and DEEPSEEK_API_KEY to claude_desktop_config.json





