Sponsored by Deepsite.site

Mcp Agent Forge

Created By
HundunOnline7 months ago
A powerful MCP tool for forging and managing AI agent personalities with customizable expert traits and behaviors. 一个可以由大模型控制并定制Agent的MCP工具,supervisor架构,低成本复刻类似于CO-STORM的multi-agent research。
Content

Agent Forge - 智能体锻造工具 (AI Agent Forge Tool)

English | 中文

中文版

Agent Forge 是一个智能体创建和管理平台,能够创建和管理具有特定性格特征的智能体,并模拟它们对问题的回答。通过agent forge mcp,你可以快速构建起一个类似于CO-STORM的多智能体协作研究项目。

功能特点

  • 智能体锻造:创建具有特定性格特征的智能体
  • 思维模拟:模拟智能体回答问题
  • 完整管理:支持智能体的查询、列表、删除等操作
  • 多轮对话:支持深度的多轮对话交互
  • 自然语言处理:基于 DeepSeek API 的高级语言理解能力

系统要求

  • Go 1.24.1 或更高版本
  • DeepSeek API 密钥

安装

git clone https://github.com/HundunOnline/mcp-agent-forge.git
cd agent-forge && make build

MCP 配置

{
  "mcpServers": {
    "mcp-agent-forge": {
      "command": "/path/to/mcp-agent-forge",
      "env": {
        "DEEPSEEK_API_KEY": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx",
      }
    }
  }
}

配置说明

Configuration

Environment Variables

变量名描述默认值是否必需
DEEPSEEK_API_KEYDeepSeek API 密钥-
LOG_LEVEL日志级别 (debug, info, warn, error)info
LOG_PATH日志文件路径./logs
CONFIG_PATH配置文件路径./config/config.yaml
PORT服务端口号8080
DEBUG调试模式开关false

使用方法

  • expert_personality_generation: 创建新的智能体
  • agent_answer: 模拟智能体回答问题
  • get_agent: 获取智能体信息
  • list_agents: 列出所有智能体
  • delete_agent: 删除智能体

示例

基本用法

// 创建智能体
{
    "name": "expert_personality_generation",
    "arguments": {
        "agent_name": "马斯克思维模型",
        "core_traits": "系统思维,第一性原理,工程思维,风险管理,创新思维"
    }
}

// 智能体回答
{
    "name": "agent_answer",
    "arguments": {
        "agent_id": "your_agent_id",
        "context": "如何看待特斯拉的发展策略?",
        "planned_rounds": 3,
        "current_round": 1,
        "need_more_rounds": false
    }
}

实际应用案例

我们在 Claude AI 中创建了一个示例应用,展示了如何使用 Agent Forge 创建和管理专家智能体:

Claude AI Demo

这个示例展示了:

  • 如何创建具有特定专业背景的智能体
  • 如何进行多轮对话交互
  • 如何利用智能体的专业知识解决问题
  • 如何管理和调整智能体的行为

贡献指南

欢迎提交 Pull Request 或创建 Issue 来帮助改进这个项目。我们特别欢迎以下方面的贡献:

  • 新的智能体模型和特征
  • 性能优化
  • 文档改进
  • Bug 修复
  • 新功能建议

许可证

本项目采用 MIT 许可证。详见 LICENSE 文件。


English Version

Agent Forge is a platform for creating and managing AI agents with specific personality traits and simulating their responses to questions. Through agent forge mcp, you can quickly build a multi-agent collaboration research project similar to CO-STORM.

Features

  • Agent Forging: Create agents with specific personality traits
  • Thought Simulation: Simulate agent responses to questions
  • Complete Management: Support for agent querying, listing, deletion, and other operations
  • Multi-round Dialogue: Support for deep multi-round conversation interactions
  • Natural Language Processing: Advanced language understanding capabilities based on DeepSeek API

System Requirements

  • Go 1.24.1 or higher
  • DeepSeek API key

Installation

git clone https://github.com/HundunOnline/mcp-agent-forge.git
cd agent-forge && make build

MCP Configuration

{
  "mcpServers": {
    "mcp-agent-forge": {
      "command": "/path/to/mcp-agent-forge",
      "env": {
        "DEEPSEEK_API_KEY": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx",
      }
    }
  }
}

Configuration Guide

Configuration

Environment Variables

Variable NameDescriptionDefault ValueRequired
DEEPSEEK_API_KEYDeepSeek API Key-Yes
LOG_LEVELLogging level (debug, info, warn, error)infoNo
LOG_PATHLog file path./logsNo
CONFIG_PATHConfiguration file path./config/config.yamlNo
PORTService port8080No
DEBUGDebug mode switchfalseNo

Usage

  • expert_personality_generation: Create a new agent
  • agent_answer: Simulate agent responses
  • get_agent: Get agent information
  • list_agents: List all agents
  • delete_agent: Delete an agent

Examples

Basic Usage

// Create an agent
{
    "name": "expert_personality_generation",
    "arguments": {
        "agent_name": "Elon Musk Thinking Model",
        "core_traits": "Systems Thinking,First Principles,Engineering Mindset,Risk Management,Innovation"
    }
}

// Agent response
{
    "name": "agent_answer",
    "arguments": {
        "agent_id": "your_agent_id",
        "context": "What's your view on Tesla's development strategy?",
        "planned_rounds": 3,
        "current_round": 1,
        "need_more_rounds": false
    }
}

Real Application Case

We created a sample application in Claude AI that demonstrates how to use Agent Forge to create and manage expert agents:

Claude AI Demo

This example shows:

  • How to create agents with specific professional backgrounds
  • How to conduct multi-round dialogue interactions
  • How to utilize agents' expertise to solve problems
  • How to manage and adjust agent behavior

Contributing

We welcome Pull Requests or Issues to help improve this project. We especially welcome contributions in the following areas:

  • New agent models and traits
  • Performance optimizations
  • Documentation improvements
  • Bug fixes
  • New feature suggestions

License

This project is licensed under the MIT License. See the LICENSE file for details.

Server Config

{
  "mcpServers": {
    "mcp-agent-forge": {
      "command": "/path/to/mcp-agent-forge",
      "env": {
        "DEEPSEEK_API_KEY": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx"
      }
    }
  }
}
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
Playwright McpPlaywright MCP server
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Context7Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
Serper MCP ServerA Serper MCP Server
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
DeepChatYour AI Partner on Desktop
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
WindsurfThe new purpose-built IDE to harness magic
ChatWiseThe second fastest AI chatbot™
Tavily Mcp
CursorThe AI Code Editor
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
Amap Maps高德地图官方 MCP Server