Skip to content

v0.1.0 — Pre-build Reality Check

Choose a tag to compare

@zychenpeng zychenpeng released this 24 Feb 17:46

idea-reality-mcp v0.1.0

MCP server that reality-checks your AI project idea before you build it.

Features

  • idea_check tool — query GitHub + Hacker News for similar projects
  • Reality signal (0-100) with weighted scoring: 60% GitHub repos, 20% stars, 20% HN mentions
  • Duplicate likelihood assessment (none / low / moderate / high / very high)
  • Pivot hints — actionable suggestions when similar projects exist
  • Evidence trail — transparent scoring with source data

Install

uvx idea-reality-mcp

Usage with Claude Desktop

{
  "mcpServers": {
    "idea-reality": {
      "command": "uvx",
      "args": ["idea-reality-mcp"]
    }
  }
}

What's Next (v0.2)

  • depth: "deep" mode with extended analysis
  • ProductHunt source
  • npm/PyPI registry search

Built by Mnemox AI