mcpbeat Sign in

Goaltree MCP Server

by furkanyanteri1 Your server? Claim it
local only

Goaltree runs on your own machine — the client starts it, so there is no endpoint to ping. 111 installs a week from pypi. Last commit 13 Aug 2026.

A multi-parent goal graph where value propagates, so what more things depend on ranks higher

Installs per day peak 671 · avg 51 · -15% w/w
a month agotoday
111
Installs / week
pypi · goaltree
0
Stars
0 open issues
13 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        abs_path = os.path.join(project_root, rel_path)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add goaltree -- uvx goaltree
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "goaltree": {
      "args": [
        "goaltree"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.goaltree]
command = "uvx"
args = ["goaltree"]
.cursor/mcp.json
{
  "mcpServers": {
    "goaltree": {
      "args": [
        "goaltree"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "goaltree": {
      "args": [
        "goaltree"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Goaltree

same job, measured the same way
Knowledge Graph RDBMS
by cunicopia-dev

A label property graph on SQLite/Postgres with multi-ontology routing and a gated MCP server.

116 installs/wk local only
C
College Scorecard
by olyport

Higher education data: tuition, graduation rates, and earnings

4 tools answering
Agent Arcade MCP
by lulzasaur9192

Play Chess, Go, Trading & more against AI agents on Agent Arcade with Elo rankings

31 installs/wk local only
Realtystack MCP
by isaiahdupree

U.S. real-estate data: property records, AVM value + rent estimates, sale/rental listings.

6 tools answering
AgentPay
by rumblingb

Agent payments, API key vaulting, and governed mandates. Agents spend within user-defined limits.

128 installs/wk answering
True Value Rankings
by truevaluerankings

Cryptocurrency fundamentals for agents: TVR Scores, rankings and model-derived valuation estimates.

10 tools answering
Gmail MCP
by mkpoli

Multi-account Gmail on a Cloudflare Worker you deploy yourself: read, send, reply, labels, threads

local only
The Dose Guy
by cjkehoe

Read-only compound rankings and live vendor price comparison with canonical source links.

4 tools answering

Goaltree — questions

Answers built from our own checks of this server.

Why is there no uptime for Goaltree?
Goaltree runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package goaltree was installed 111 times last week.
How do I connect Goaltree?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls goaltree straight from pypi; nothing to host, nothing to sign up for.
How many people use Goaltree?
The pypi package goaltree was installed 111 times in the last week. Week over week that is -15%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Goaltree open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.