AI – All about

MCP servers

  • modelcontextprotocol: access Internet inside Claude
  • playwright: control browser, test website, upload files…
  • Firecrawl: clone all website into Claude chat message
  • glif-mcp-server: connect Claude with different models (image creation, video creation, pasted prompts,…)
  • Chrome MCP: interact with everything Chrome is opening

Claude code with Lm Studio

  • Install Claude Code
  • Refresh .zshrc file
    • export ANTHROPIC_BASE_URL=http://localhost:1234
    • export ANTHROPIC_AUTH_TOKEN=lmstudio
    • export CLAUDE_CODE_ATTRIBUTION_HEADER=0
  • Install plugins
    • /plugin install superpowers@claude-plugins-official
      • No coding right away, but Plan first
  • Refresh plugins
    • /reload-plugins

Codex with Lm Studio

  • Install Codex
  • “~/.codex/config.toml”
    • model = “xxxxxxx-your-model-id-xxxxxx”
    • model_provider = “lms”
    • model_reasoning_effort = “medium”
    • [model_providers.lms]
    • name = “LM Studio”
    • base_url = “http://localhost:1234/v1”
    • wire_api = “responses”

Be the first to comment

Leave a Reply

Your email address will not be published.


*