A
Agentic Shell
作者 @Flux159
Agentic Shell (agish) is an experimental shell where commands are generated from english text
创建于 1/11/2025
更新于 11 months ago
README
Repository documentation and setup instructions
GitHub API error: 403
快速设置
此服务器的安装指南
安装包 (如果需要)
npx agentic-shell
Cursor 配置 (mcp.json)
{
"mcpServers": {
"flux159-agentic-shell": {
"command": "npx",
"args": [
"agentic-shell"
]
}
}
}