fpt-mcp: Instructions file for Claude Code

CLAUDE.md

fpt-mcp CLAUDE.md is an instructions file for Claude Code from abrahamADSK/fpt-mcp. It costs 9,499 tokens per session, scanned C, original, MIT.

A project reference document for Claude that explains fpt-mcp, an MCP server for Autodesk Flow Production Tracking, formerly called ShotGrid. It records the system's architecture, data tools, and path settings.

In plain words
What is it for?
Use it when developing or maintaining fpt-mcp, including finding, creating, updating, uploading, or downloading ShotGrid entities and resolving project paths.
Why use it?
It keeps important project context available across Claude sessions, so the agent does not have to rediscover how the project is organised.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md. Also seen: reads .claude/ paths; names the NotebookEdit tool; mentions Claude Code.

This is abrahamADSK/fpt-mcp's own configuration. It tells Claude Code how to work on fpt-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything fpt-mcp configures →

Not installable: its command points at a path on the author’s own machine, so it runs nowhere else. The line is /home/flame/ai-studio/vision3d/.

Reuse

Borrowing it

Nothing to install: this file belongs to abrahamADSK/fpt-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/abrahamADSK/fpt-mcp/main/CLAUDE.md
Clone the repo
git clone --depth 1 https://github.com/abrahamADSK/fpt-mcp

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for fpt-mcp CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/abrahamadsk/fpt-mcp/claude-md.svg)](https://agentmods.dev/instructions/abrahamadsk/fpt-mcp/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/abrahamadsk/fpt-mcp/claude-md"><img src="https://agentmods.dev/badge/instructions/abrahamadsk/fpt-mcp/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 9,499 This file is loaded in full into every session.
When invoked 9,499 The same file — it is already loaded in full.
Security scan C 2 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.09499 $0.09499
Opus 5 $0.04750 $0.04750
Sonnet 5 $0.01900 $0.01900
Haiku 4.5 $0.00950 $0.00950

Measured 6d ago against content hash 73ab8a789c6c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade C, and why

fpt-mcp CLAUDE.md scanned grade C with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Subtle steeringmediumPrompt injection

Instructions that bias recommendations or shape behaviour without the user noticing.

- ALWAYS use MCP tools, NEVER tell the user "do it manually"

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

In `~/.claude/settings.json`, enable all these tools:
CLAUDE.md · 618 lines

How it starts

The opening of the file, as written. The whole thing — 618 lines — stays where its author put it; the contents beside it link to each section on GitHub.

fpt-mcp Project Context for Claude

Reference document that persists across sessions. Update when architecture or workflows change.


1. General Architecture

fpt-mcp is an MCP server for Autodesk Flow Production Tracking (ShotGrid). Works standalone or alongside other MCP servers for cross-tool orchestration.

Claude Desktop / Claude Code / Terminal
├── maya-mcp    → 3D modeling, rendering, Vision3D GPU
├── flame-mcp   → compositing
└── fpt-mcp     → production tracking (ShotGrid)
        ├── stdio           → Claude Desktop / Claude Code
        ├── HTTP            → Maya, Flame, scripts, inter-service
        └── Qt console      → native chat app via fpt-mcp:// protocol handler

MCP Server: fpt-mcp (18 @mcp.tool registrations — dispatcher pattern)

ShotGrid API tools (6 direct tools, unrestricted access to any entity):

  • sg_find — query entities with filters and fields
  • sg_create — create entities (project auto-linked)
  • sg_update — update any field
  • sg_schema — inspect available fields
  • sg_upload — upload files (thumbnail, movie, attachment)
  • sg_download — download attachments

Bulk operations dispatcher (fpt_bulk — 1 tool, 4 actions):

  • fpt_bulk(action="delete") — soft-delete (retire) entities
  • fpt_bulk(action="revive") — restore soft-deleted (retired) entities
  • fpt_bulk(action="batch") — transactional batch operations (all-or-nothing)
  • fpt_bulk(action="editorial") — deterministic Cut + CutItem auto-calc: pure timecode math (editorial.py::compute_editorial_cut) computes cumulative edit_in/edit_out, cut_item_in/cut_item_out (source range), handles and sg_cut_duration, then a thin creation layer (shotgrid.py::_do_sg_editorial) creates the Cut via sg_create and the CutItems via one sg_batch transaction

Reporting dispatcher (fpt_reporting — 1 tool, 4 actions):

  • fpt_reporting(action="text_search") — full-text search across multiple entity types
  • fpt_reporting(action="summarize") — server-side aggregation (count, sum, avg, min, max) with grouping
  • fpt_reporting(action="note_thread") — read full Note reply threads with all linked entities
  • fpt_reporting(action="activity") — read the activity stream for any entity

Read the full file on GitHub · 618 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 618 lines · 9,499 tokens per session scan C 73ab8a789c6c

Subscribe to this mod's changes

fpt-mcp CLAUDE.md is an instructions file published in the GitHub repository abrahamADSK/fpt-mcp (1 stars, last pushed 20d ago), licensed MIT. It adds 9,499 tokens to every session, about $0.0475 per session on Opus 5. A static security scan graded it C with 2 findings (subtle steering, reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other instructions, from other repositories

next.js AGENTS.md

AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.

vercel/next.js · 7,296 tokens

codex AGENTS.md

AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

openai/codex · 5,182 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens

vscode oss-third-party-notices.instructions.md

Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).

microsoft/vscode · 5,001 tokens

langchain AGENTS.md

AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.

langchain-ai/langchain · 4,469 tokens

spec-kit AGENTS.md

AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.

github/spec-kit · 7,104 tokens