Skip to content
View ithiria894's full-sized avatar

Organizations

@comp2012hDanielWinnieNicole @mcpware

Block or report ithiria894

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ithiria894/README.md

hey, i'm Ithiria 👋

i build AI tools that actually do things. not chatbots, not wrappers — tools that ship and solve real problems.

right now: building on-device AI agents and MCP servers for the Claude Code ecosystem.

things i made

🦞 PokeClaw — first open-source on-device phone agent. runs LLM on your phone, controls it via accessibility. no cloud, no API key, no internet. (coming soon)

🔧 Claude Code Organizer — manage memories, skills, MCP servers across all your Claude Code projects. 200+ stars in first week.

🎰 Buddy Reroll — reverse-engineered Claude Code's companion selection system. FNV-1a hash, Mulberry32 PRNG, found undocumented seed priority bug.

🎬 Pagecast — record any web page into GIF/MP4 with auto-zoom on interactions.

📓 NotebookLM MCP — MCP server for Google NotebookLM API.

🖱️ UI Annotator — visual element inspector for Claude Code, annotate and identify UI elements.

🎨 LogoLoom — AI-powered logo design → SVG → full brand kit. free, local, MCP-native.

📋 Awesome Claude Code Workflows — curated workflow recipes combining hooks, MCP servers, skills, agents. 67 stars.

🔍 AI Research Engine — 100+ free APIs, 40+ MCP servers, multi-agent research workflow.

research

🧠 Can Model Internals Detect MCP Tool Poisoning? — activation probes on GPT-2 catch poisoned MCP tools at 97-98.5% accuracy where text classifiers top out at 72-79%. First experiment toward SAE-based detection.

about me

CS DropOut, shipped a 200 stars + open source project in first week of using claude code → Founder @mcpware

i don't mass-produce repos. i ship things that work, then move on to the next one.

愛の戦士 she/her

Pinned Loading

  1. mcpware/claude-code-organizer mcpware/claude-code-organizer Public

    Dashboard to manage Claude Code memories, configs, and MCP servers — security scanner for tool poisoning, context token budget tracker, duplicate cleanup, scope management. npx @mcpware/claude-code…

    JavaScript 227 19

  2. mcpware/ui-annotator-mcp mcpware/ui-annotator-mcp Public

    MCP server that annotates any web page with hover labels — zero extensions, works in any browser

    JavaScript 5 1

  3. awesome-claude-code-workflows awesome-claude-code-workflows Public

    Curated workflow recipes that combine hooks, MCP servers, skills, agents, and CLAUDE.md to automate real Claude Code tasks

    68 5

  4. claude-code-buddy-reroll claude-code-buddy-reroll Public

    Reroll your Claude Code /buddy companion — brute-force for any species + rarity, with accountUuid trap fix for Team/Pro users

    JavaScript 63 10

  5. ai-research-engine ai-research-engine Public

    The most comprehensive data source inventory for AI-powered research. 100+ free APIs, 40+ MCP servers, multi-agent workflow.

    1

  6. mcpware/notebooklm-api mcpware/notebooklm-api Public

    NotebookLM-quality document Q&A with per-passage citations via official Gemini File Search API. MCP server.

    TypeScript