1. Conduid
  2. Developer Tools
  3. Goal Story
MCP server · Developer Tools

Goal Story

a Goal Tracker and Visualization Tool for personal and professional development.

Unclaimed last commit 8 months ago devtools
46Fair

Scored 4 months ago · breakdown

About Goal Story

Goal Story is an MCP server published by hichana in the Developer Tools category: a Goal Tracker and Visualization Tool for personal and professional development. It has been installed 0 times through Conduid.

The repository has 17 stars and 5 forks, with the last commit 8 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx goalstory-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Goal Story

Powered by Claude · Grounded in docs

I know everything about Goal Story. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

GoalMochi MCP Server (formerly Goal Story)

Note: Goal Story has been rebranded to GoalMochi.
The product philosophy remains the same, but the MCP server architecture has changed (details below).

*GoalMochi is an HTTP MCP server now, so all you need to do is add https://mcp.goalmochi.com/mcp to a client and follow the steps -- you'll be good to go!!!

GoalMochi isn’t a goal tracker—it’s a brand new way to manage your aspirations. Instead of juggling endless lists, GoalMochi guides you to focus on one goal at a time, forging a deeply personal narrative that keeps you motivated and on track. Powered by conversational AI, GoalMochi provides constructive insights and creative storytelling tailored to your unique motivations, helping you see your goal through to completion with a sense of momentum and fun.

Goal Mochi works because it weaves proven visualization techniques into your planning process. Research shows that using mental imagery when forming implementation intentions leads to higher rates of goal achievement.¹ By collaborating with an AI “thought partner,” you’ll generate personally meaningful stories that tap into your intrinsic motivators, priming both your mind and emotions to move forward. It’s not about ticking boxes—it’s about intuitive goal management that meets you where you are and adapts with you.

At the heart of this approach lies GoalMochi’s GoalMochi Agent, which transforms the typical, often dull process of goal tracking into an engaging, fun, and deeply resonant experience. With every completed goal, your insights and progress are securely captured, so you can reflect and build on them in the future. You don’t have to abandon your usual tools—track your tasks wherever you like. GoalMochi simply turns goal-tracking into a dynamic story that evolves, energizes, and empowers you to achieve what matters most.

Getting started is EASY!

  1. Email story@GoalMochi.com with some details about you and the goal you want to achieve
  2. Log into GoalMochi.com with the same email address (or with a Google account connected to your email) to schedule a daily goal summary to be emailed to you
  3. Email story@GoalMochi.com at any time to request a new story about your goal or give feedback, tell GoalMochi you've completed your goal and want to work on a new one, and so on.

Stories from GoalMochi and daily summaries include AI deep research, so you're both inspired and informed!

¹ See abstract on Research Gate


The following is legacy (deprectated) info about the previous Goal Story MCP package which was distributed as an NPM package

Important Architecture Update

The GoalMochi MCP server is no longer distributed or run as an NPM package.

What changed?

  • No more NPM-based MCP server
  • Now an HTTP-based MCP server
  • Accessed via a simple URL
  • Uses OAuth for authentication (for example, signing in with your Google account)

This means you do not install or run GoalMochi locally. Instead, your MCP client connects directly to the hosted GoalMochi MCP server over HTTPS.


Authentication (OAuth)

GoalMochi uses OAuth for secure access. When connecting from an MCP-compatible client, you’ll be prompted to authenticate using an OAuth provider such as Google. This replaces the old API-key-only workflow and allows for:

  • Secure identity-based access
  • Easier onboarding
  • Account-level goal history and continuity

MCP Server Configuration

Because GoalMochi is now an HTTP MCP server, configuration is much simpler. You only need to provide the server URL in your MCP client configuration.

Example:

{
  "goalMochi": {
    "url": "https://api.goalmochi.ai/mcp"
  }
}




README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About Goal Story

How do I install Goal Story?

Run npx goalstory-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Goal Story safe to use with an AI agent?

Its trust score is 46 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Goal Story still maintained?

The last commit was 8 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.