Skip to content
View hubinoretros's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report hubinoretros

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
hubinoretros/README.md

Hi, I'm Hubino πŸ‘‹

🌐 hubino.com.tr Β· πŸ“§ Email Β· πŸ“¦ npm


πŸ”₯ Featured Project

🧠 deep-thinker

Advanced cognitive reasoning MCP server β€” goes beyond sequential-thinking with DAG-based thought graphs, 5 reasoning strategies, metacognitive engine, and self-evaluation.

npx deep-thinker β€” works with Claude Desktop, Cursor, Windsurf, and any MCP client

Key features:

  • DAG Thought Graph β€” branching, merging, cross-edges
  • 5 Strategies β€” sequential Β· dialectic Β· parallel Β· analogical Β· abductive
  • Metacognition β€” stuck detection, auto strategy-switch
  • Confidence Scoring β€” multi-factor evaluation + self-critique
  • Pruning β€” dead-end removal, redundancy elimination

Enhanced web search & content extraction MCP server β€” an evolution of mcp-server-fetch with 8 powerful tools for AI agents. Search the web, fetch pages, extract metadata, read RSS feeds, get YouTube transcripts, and more.

npx @nachoretro/internetsearch β€” drop-in replacement for fetch with superpowers

Key features:

  • Web Search β€” DuckDuckGo + Brave Search API
  • Content Summarization β€” Auto-summarize any page
  • Parallel Fetching β€” Multiple URLs at once
  • RSS/Atom Feeds β€” Read news & updates
  • YouTube Transcripts β€” Video content extraction
  • Metadata Extraction β€” OpenGraph, author, published date
  • Search & Summarize β€” One-call research workflow

πŸ™οΈ code-to-city

VS Code extension that visualizes software projects as interactive 3D cities. Explore your codebase in a whole new way.


πŸ› οΈ Tech Stack

const hubino = {
  languages: ["TypeScript", "JavaScript", "Python", "Java", "C++"],
  learning:   ["Rust", "Go"],
  focus:      ["MCP", "AI Agents", "Cognitive Systems", "3D Visualization"],
  tools:      ["Node.js", "React", "Docker", "GitHub Actions"],
  standards:  ["Model Context Protocol", "WebExtensions"]
};

πŸ“Š GitHub Stats

GitHub Stats Top Languages

GitHub Streak


🌍 Open Source Presence


"Building tools that help AI think better."

Popular repositories Loading

  1. deep-thinker deep-thinker Public

    Advanced cognitive reasoning MCP server β€” DAG thought graph, 5 strategies, metacognition, self-critique, knowledge integration, and pruning

    TypeScript 2

  2. code-to-city code-to-city Public

    Code-to-City is a VS Code extension that visualizes your software projects as an interactive 3D city. This innovative approach makes exploring your codebase fun and intuitive.

    TypeScript 1

  3. hubinoretros hubinoretros Public

  4. awesome-mcp-servers awesome-mcp-servers Public

    Forked from punkpeye/awesome-mcp-servers

    A collection of MCP servers.

  5. internetsearch internetsearch Public

    Enhanced web search and content extraction MCP - search engines, RSS, YouTube transcripts, metadata extraction

    JavaScript