Agent Forge 是一个智能体创建和管理平台,能够创建和管理具有特定性格特征的智能体,并模拟它们对问题的回答。通过Agent Forge MCP,你可以快速构建起一个类似于[CO-STORM](https://github.com/stanford-oval/storm)的多智能体协作研究项目
If you want an AI assistant working directly with MCP Agent Forge, the mcp agent forge mcp server is the bridge. Agent Forge 是一个智能体创建和管理平台,能够创建和管理具有特定性格特征的智能体,并模拟它们对问题的回答。通过Agent Forge MCP,你可以快速构建起一个类似于CO-STORM的多智能体协作研究项目。.
Agent Forge 是一个智能体创建和管理平台,能够创建和管理具有特定性格特征的智能体,并模拟它们对问题的回答。通过Agent Forge MCP,你可以快速构建起一个类似于CO-STORM的多智能体协作研究项目。
Once connected, the assistant can call these 11 tools directly:
expert_personality_generation — Create a new agentagent_answer — Simulate agent responsesget_agent — Get agent informationlist_agents — List all agentsdelete_agent — Delete an agentConfiguration — The Configuration tool exposed by this serverFeatures — The Features tool exposed by this serverInstallation — The Installation tool exposed by this serverUsage — The Usage tool exposed by this serverExamples — The Examples tool exposed by this serverContributing — We welcome Pull Requests or Issues to help improve this project. We especially welcome contributions in the following areas:Setup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.
Before the server will start you need to supply 2 environment variables: DEEPSEEK_API_KEY, CONFIG_PATH. Keep credentials in your client's env block or a secrets manager rather than committing them.
Developer-tool servers are usually the first ones people connect, because they turn "help me with this code" into an assistant that can actually read the repo and act on it. MCP Agent Forge sits in that group, and the shape of its toolset — expert_personality_generation, agent_answer, get_agent among others — tells you what it is really for. Worth comparing against the other developer tools servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| 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 |
| Configuration | The Configuration tool exposed by this server. |
| Features | The Features tool exposed by this server. |
| Installation | The Installation tool exposed by this server. |
| Usage | The Usage tool exposed by this server. |
| Examples | The Examples tool exposed by this server. |
| Contributing | We welcome Pull Requests or Issues to help improve this project. We especially welcome contributions in the following areas: |
### MCP 配置
```json
{
"mcpServers": {
"mcp-agent-forge": {
"command": "/path/to/mcp-agent-forge",
"env": {
"DEEPSEEK_API_KEY": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx",
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| DEEPSEEK_API_KEY | Credential the server authenticates with. | Yes |
| CONFIG_PATH | Filesystem location the server is allowed to use. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.