AI Agents & MCP

81 commands

# MCP: Model Context Protocol — the standard for AI tool usenpm install -g @modelcontextprotocol/clinpx @modelcontextprotocol/inspectorcat ~/.config/claude/claude_desktop_config.jsonnpx -y @modelcontextprotocol/server-filesystem /home/usernpx -y @modelcontextprotocol/server-githubnpx -y @modelcontextprotocol/server-postgresnpx -y @modelcontextprotocol/server-brave-searchnpx -y @modelcontextprotocol/server-memorynpx -y @modelcontextprotocol/server-puppeteeruvx mcp install playwrightpip install mcppython -m mcp.server.stdionpm install -g @anthropic-ai/claude-codeclaudeclaude -p 'Add input validation to the login form'claude --allowedTools 'Bash,Read,Write'claude --mcp-config ~/.config/claude/mcp-servers.jsoncat CLAUDE.mdtouch CLAUDE.mdclaude /costclaude /clearclaude /statusgemini -m gemini-3.1-pro-preview-customtoolsgemini --mcp-server 'npx -y @modelcontextprotocol/server-github'/modelgemini -p 'Analyze this codebase and suggest improvements' --yolonpm install -g @openai/codexcodexcodex -a full-auto 'Fix all failing tests'codex -m o4-mini 'Refactor the auth module'touch AGENTS.mdpip install goose-aigoose session startgoose session resumegoose run --with-toolkit developer 'Set up a FastAPI project'goose configurepip install aider-chataideraider --model gemini/gemini-3.1-pro-previewaider --model claude-sonnet-4-6aider --model ollama/qwen2.5-coder:14baider --auto-commitsaider --no-auto-commitsaider --read ARCHITECTURE.md --read CONVENTIONS.mdaider --lint --test-cmd 'pytest'ollama serveollama pull llama3.3:70bollama pull qwen2.5-coder:7bollama listollama run llama3.3 'Explain how async/await works in Python'curl -s http://localhost:11434/api/generate -d '{"model":"llama3.3","prompt":"hello","stream":false}' | jq .responseOLLAMA_HOST=0.0.0.0:11434 ollama servecat AGENTS.mdmkdir -p .claude && nano .claude/settings.jsonnano .claude/settings.json # add MCP server entrypip install anthropicpip install google-generativeaipip install openaipip install langchain langchain-communitypip install langgraphpip install litellmlitellm --model ollama/llama3.3 --port 8000export ANTHROPIC_API_KEY='sk-ant-...'export OPENAI_API_KEY='sk-...'pip install python-dotenv && dotenv run -- python agent.pyclaude -p 'Plan the implementation' | gemini -p 'Implement the plan'gemini -p "$(cat requirements.txt)" 'Generate a Docker setup for these dependencies'watch -n 60 'claude -p "Check logs for errors: $(tail -20 app.log)"'git diff HEAD~1 | claude -p 'Review this diff for bugs and security issues'find . -name '*.py' | xargs cat | gemini -p 'Find all TODO comments and suggest implementations'docker run -it --rm -v $(pwd):/workspace claude-sandbox# Use --allowedTools to whitelist specific agent capabilities# Set ANTHROPIC_API_KEY in a project .env, add .env to .gitignoreexport ANTHROPIC_MAX_TOKENS=4096litellm --logspip install richpip install typerpip install httpxpip install pydanticpip install instructor
Search all 7,657 commands instead.