GS

Goal Story

Created 6 months ago

Goal Story isn’t a goal tracker—it’s a brand new way to manage your aspirations.

development documentation public

What is Goal Story?

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

Documentation

Get an API key

Go to GoalStory.ing to sign up/in and get a free API key.

Server config

The last two args are picked up in the MCP server and utilized like env vars. They are also used with the MCP inspector in the npm script that runs it and the MCP server locally, so no need to manually add in the inspector UI if you're developing your own MCP server.

"goalStory": { 
  "command": "npx", 
  "args": ["-y", "goalstory-mcp", "https://prod-goalstory-rqc2.encr.app", "your-api-key"] 
} 

Server Config

{
  "mcpServers": {
    "goal-story-server": {
      "command": "npx",
      "args": [
        "goal-story"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: Yes
Global: No
Official: Yes

Project Info

Hosted Featured
Created At: May 23, 2025
Updated At: Aug 07, 2025
Author: hichana
Category: community
Tags:
development documentation public