Kiro官方网站和实测体验
官方网站:Kiro: The AI IDE for prototype to production
Kilo代理工具
KiroProxy:https://github.com/petehsu/KiroProxy
KiroAPI:http://38.244.63.85:8081/
kilo-dateway:https://github.com/jwadow/kiro-gateway
MCP配置
默认每个MCP命令都需要手工确认,很麻烦,提供一个常用MCP配置文件。
文件位置:C:\Users\用户名\.kiro\settings\mcp.json
{
"mcpServers": {
"context7": {
"command": "npx",
"args": ["-y", "@upstash/context7-mcp@latest"],
"env": {
"DEFAULT_MINIMUM_TOKENS": "10000"
},
"disabled": false,
"autoApprove": ["resolve-library-id", "get-library-docs"]
},
"playwright": {
"command": "npx",
"args": ["-y", "@executeautomation/playwright-mcp-server"],
"disabled": false,
"autoApprove": [
"playwright_navigate",
"playwright_screenshot",
"playwright_click",
"playwright_iframe_click",
"playwright_iframe_fill",
"playwright_fill",
"playwright_select",
"playwright_hover",
"playwright_upload_file",
"playwright_evaluate",
"playwright_console_logs",
"playwright_close",
"playwright_get",
"playwright_post",
"playwright_put",
"playwright_patch",
"playwright_delete",
"playwright_expect_response",
"playwright_assert_response",
"playwright_custom_user_agent",
"playwright_get_visible_text",
"playwright_get_visible_html",
"playwright_go_back",
"playwright_go_forward",
"playwright_drag",
"playwright_press_key",
"playwright_save_as_pdf",
"playwright_click_and_switch_tab",
"start_codegen_session",
"end_codegen_session",
"get_codegen_session",
"clear_codegen_session"
]
},
"Sequential Thinking": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-sequential-thinking"],
"env": {},
"disabled": false,
"autoApprove": ["sequentialthinking"]
}
}
}
最后更新于2月前
本文由人工编写,AI优化,转载请注明原文地址: Kiro官方网站和实测体验