MCP server for AgentForge — turn rough requests into tool-tuned, quality-checked prompts for AI coding agents.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"agentforge-mcp": {
"command": "npx",
"args": [
"-y",
"Liyue2341/agentforge-mcp"
]
}
}
}
Run in terminal:
claude mcp add agentforge-mcp npx -y Liyue2341/agentforge-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"agentforge-mcp": {
"command": "npx",
"args": [
"-y",
"Liyue2341/agentforge-mcp"
]
}
}
}