tiranmoskovitch-dev.github.io

tiranmoskovitch-dev/tiranmoskovitch-dev.github.io
★ 0 stars HTML 🤖 AI/LLM Updated today
Developer tools, MCP servers, and project showcase
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "tiranmoskovitch-dev.": {
      "command": "npx",
      "args": [
        "-y",
        "tiranmoskovitch-dev/tiranmoskovitch-dev.github.io"
      ]
    }
  }
}

README Excerpt

Static portfolio site showcasing 33+ private AI systems, security tools, and autonomous agents. Open `index.html` in a browser, or deploy to GitHub Pages. ```bash git init git add . git commit -m "Initial showcase" git remote add origin [email protected]:tiranmoskovitch-dev/showcase.git git push -u origin main