.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/mnemox-ai/idea-reality-mcp
home/mcp-servers/mnemox-ai/idea-reality-mcp
mnemox-ai avatar

idea-reality-mcp

bymnemox-ai· 3 MCP servers

Installs

475

Stars

766

Forks

84

Category

AI Agents & MCP

View on GitHub

TL;DR

English | 繁體中文

How to install idea-reality-mcp?

mnemox-ai/idea-reality-mcp
$git clone https://github.com/mnemox-ai/idea-reality-mcp

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install idea-reality-mcp by running `git clone https://github.com/mnemox-ai/idea-reality-mcp`, then use it for the current task and follow its documentation at https://github.com/mnemox-ai/idea-reality-mcp.

Files · 1

View on GitHub
README.md
1<!-- mcp-name: io.github.mnemox-ai/idea-reality-mcp -->
2English | [繁體中文](docs/zh/README.zh-TW.md)
3 
4# idea-reality-mcp
5 
6**How to check if someone already built your app idea — automatically.**
7 
8idea-reality-mcp is an MCP server that scans GitHub, npm, PyPI, Hacker News, and Stack Overflow to check if your startup idea already exists. It returns a 0–100 reality score with evidence, trend detection, and pivot suggestions — so your AI agent can decide whether to build, pivot, or kill the idea before writing any code.
9 
10**When to use this:** You're about to start a new project and want to know if similar tools already exist, how competitive the space is, and whether the market is growing or declining.
11 
12> **Not just checking — building it?** After a reality check, open your idea as a public project on **[AngelRun](https://angelrun.vercel.app/new?utm_source=idea-reality&utm_medium=readme&utm_campaign=demand-cta)** — ship updates, climb the season, and get seen by angels.
13 
14[![PyPI](https://img.shields.io/pypi/v/idea-reality-mcp.svg)](https://pypi.org/project/idea-reality-mcp/)
15[![Smithery](https://smithery.ai/badge/idea-reality-mcp)](https://smithery.ai/server/idea-reality-mcp)
16[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
17[![Tests](https://img.shields.io/badge/tests-277%20passing-brightgreen.svg)]()
18[![GitHub stars](https://img.shields.io/github/stars/mnemox-ai/idea-reality-mcp)](https://github.com/mnemox-ai/idea-reality-mcp)
19[![Downloads](https://static.pepy.tech/badge/idea-reality-mcp)](https://pepy.tech/project/idea-reality-mcp)
20 
21<p align="center">
22 <a href="cursor://anysphere.cursor-deeplink/mcp/install?name=idea-reality&config=%7B%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22idea-reality-mcp%22%5D%7D">
23 <img src="https://cursor.com/deeplink/mcp-install-dark.svg" alt="Install in Cursor" height="32">
24 </a>
25</p>
26 
27## How it works
28 
291. **Describe your idea** in plain English — e.g. "a CLI tool that converts Figma designs to React components"
302. **idea_check scans 5 databases** in parallel (GitHub repos + stars, Hacker News discussions, npm/PyPI packages, Stack Overflow questions)
313. **Get a 0–100 reality score** with trend direction (accelerating/stable/declining), top competitors, and AI-generated pivot suggestions
32 
33## What you get
34 
35```
36You: "AI code review tool"
37 
38idea_check →
39├── reality_signal: 92/100
40├── trend: accelerating ↗
41├── market_momentum: 73/100
42├── GitHub repos: 847 (45% created in last 6 months)
43├── Top competitor: reviewdog (9,094 ⭐)
44├── npm packages: 56
45├── HN discussions: 254 (trending up)
46└── Verdict: HIGH — market is accelerating, find a niche fast
47```
48 
49One score. Six sources. Trend detection. Your agent decides what to do next.
50 
51<p align="center">
52 <a href="https://mnemox.ai/check"><strong>Try it in your browser — no install</strong></a>
53</p>
54 
55## Quick Start
56 
57```bash
58# 1. Install
59uvx idea-reality-mcp
60 
61# 2. Add to your agent
62claude mcp add idea-reality -- uvx idea-reality-mcp # Claude Code
63```
64 
65**3. Ask your agent:** *"Before I start building, check if this already exists: a CLI tool that converts Figma designs to React components"*
66 
67That's it. The agent calls `idea_check` and returns: reality_signal, top competitors, and pivot suggestions.
68 
69<details>
70<summary>Other MCP clients</summary>
71 
72**Claude Desktop / Cursor** — add to config JSON:
73 
74```json
75{
76 "mcpServers": {
77 "idea-reality": {
78 "command": "uvx",
79 "args": ["idea-reality-mcp"]
80 }
81 }
82}
83```
84 
85Config location: **macOS** `~/Library/Application Support/Claude/claude_desktop_config.json` · **Windows** `%APPDATA%\Claude\claude_desktop_config.json` · **Cursor** `.cursor/mcp.json`
86 
87**Smithery** (remote, no local install):
88 
89```bash
90npx -y @smithery/cli install idea-reality-mcp --client claude
91```
92 
93</details>
94 
95## Setup & Configuration
96 
97First-time guided setup:
98 
99```bash
100idea-reality setup
101```
102 
103This walks you through:
1041. **Terms acceptance** — data collection policy and disclaimer
1052. **Pl

Preview

mnemox-ai/idea-reality-mcpmnemox-ai/idea-reality-mcp

English | [繁體中文](docs/zh/README.zh-TW.md)

# idea-reality-mcp

**How to check if someone already built your app idea — automatically.**

Repomnemox-ai/idea-reality-mcp
TypeMCP Servers
CategoryAI Agents & MCP
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

MCPai-agentsdeveloper-tools

Related

6 picks
Type
  1. langchain-ai avatarlangchain-mcp-adaptersMake Anthropic Model Context Protocol (MCP) tools compatible with LangChain and LangGraph agents.MCP ServersJul 20267.0M3.6k
  2. openclaw avatarmcporterTypeScript runtime and CLI for connecting to configured Model Context Protocol servers.MCP ServersJul 20262.5M4.8k
  3. sparfenyuk avatarmcp-proxyA MCP server which proxies requests to a remote MCP server over streamable HTTP or SSE.MCP ServersJul 20262.2M2.7k
  4. sooperset avatarmcp-atlassianThe Model Context Protocol (MCP) Atlassian integration is an open-source implementation that bridges Atlassian products (Jira and Confluence) with AI language models following Anthropic's MCP specification.MCP ServersJul 20261.7M5.6k
  5. open-webui avataropen-webuiOpen WebUIMCP ServersJul 20261.4M147k
  6. dyoshikawa avatarrulesyncUnified AI rules management CLI tool that generates configuration files for various AI development toolsMCP ServersJul 2026889k1.3k