AI agent platform for frontend engineering with RAG, Skills, SDD, MCP and so on | 通过多种适配前端工程的技术进行赋能的智能体,支持:CLI、VSCode插件、LoRA模型、MCP服务
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"frontagent": {
"command": "npx",
"args": [
"-y",
"FrontAgent/FrontAgent"
]
}
}
}
Run in terminal:
claude mcp add frontagent npx -y FrontAgent/FrontAgent
Add to .cursor/mcp.json:
{
"mcpServers": {
"frontagent": {
"command": "npx",
"args": [
"-y",
"FrontAgent/FrontAgent"
]
}
}
}