AI agent platform for frontend engineering with RAG, Skills, SDD, 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",
"ceilf6/FrontAgent"
]
}
}
}
Run in terminal:
claude mcp add frontagent npx -y ceilf6/FrontAgent
Add to .cursor/mcp.json:
{
"mcpServers": {
"frontagent": {
"command": "npx",
"args": [
"-y",
"ceilf6/FrontAgent"
]
}
}
}