data-ai MCP Server
A shell-first terminal where an AI agent is one keystroke away
Discovered via agent-topic:ai-agent and last synced 3mo ago.
1. Install the package
npx agent-sh
2. Add to claude_desktop_config.json
{
"mcpServers": {
"agent-sh": {
"command": "npx",
"args": [
"agent-sh"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)