mcpbeat Sign in

Gft MCP Server

by corallips Your server? Claim it
local only

Gft MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 100 installs a week from npm. Last commit 6 Sep 2026.

Bring your GFT (Git for Thought) white-box thinking map to any AI agent. 把你的思维脉络接给任何 agent。

Installs per day peak 680 · avg 25
a month agotoday
100
Installs / week
npm · gft-mcp
0
Stars
0 open issues
6 Sep 2026
Last commit
0 releases in 90 days
License
JavaScript

What the code does

We read the source, 23 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.

      try { spawn(opener[0], opener[1], { detached: true, stdio: 'ignore' }).unref(); } catch { /* 手动打开兜底 */ }

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 gft-mcp -- npx -y gft-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gft-mcp": {
      "args": [
        "-y",
        "gft-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.gft-mcp]
command = "npx"
args = ["-y", "gft-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "gft-mcp": {
      "args": [
        "-y",
        "gft-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "gft-mcp": {
      "args": [
        "-y",
        "gft-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Gft MCP

same job, measured the same way
pyobfus-mcp
by zhurong2020

Obfuscate Python before shipping; reverse-map tracebacks with your AI agent. No phone-home.

678 installs/wk local only
CRW Web Scraper
by us

Open-source web scraper for AI agents with scrape, crawl, and map tools

local only
I
API Sorties MCP
by mabari2505

Search French events and things to do, built for AI agents — geo, city, date, category filters.

23 installs/wk local only
Metalift
by metalift-ai

Metalift MCP for AI agents: web search (2 credits), scrape, crawl, and map tools

62 installs/wk local only
Outfit Assistant
by outfitmaker

Ask your AI what to wear: weather-aware outfit suggestions for any city and occasion.

3 tools answering
Getintel
by tarang8811

Manage GetIntel AI visibility (GEO) from your own AI agent.

answering
Lumind
by lumind

Measure how AI engines cite your brand. Cross-engine GEO visibility, as agent tools.

answering
Umtri
by umtri

Give your AI agent a persistent map of your project's structure, dependencies, and bugs.

38 installs/wk answering

Gft MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Gft MCP?
Gft MCP 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 npm package gft-mcp was installed 100 times last week.
How do I connect Gft MCP?
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 gft-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Gft MCP?
The npm package gft-mcp was installed 100 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Gft MCP open source?
We cannot say either way: written in JavaScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.