Server Side Tracking MCP Server

Monorepo for the npm packages that act as Tracklution's brand- and category-surface discovery wedge for AI coding agents. It runs locally over stdio via the published package.

People connecting coding agent tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-25 · ★ 2 · #107 OF 229 MAINTAINED CODING AGENT · VERIFIED 2026-09-18

MIT · JavaScript servers · how we verify → /methodology

01 · Install Server Side Tracking

Claude Code

claude mcp add tracklution-tracklution-cli -- npx -y tracklution

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "tracklution-tracklution-cli": {
      "command": "npx",
      "args": [
        "-y",
        "tracklution"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package tracklution - unscoped; check the name against the project README before installing

registry vendor namespace com.tracklution - domain-verified with the official MCP registry

03 · What Server Side Tracking can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v3.2.1 · 2026-07-29

v1.0.1 · 2026-07-29

Feature/npm · Add mcpName · New Contributors · @voisula made their first contribution in · @xnssi made their first contribution in

04 · Who maintains Server Side Tracking

server-side-tracking is maintained by tracklution. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
coding agent - ranked #107 of 229 actively-maintained coding agent servers as of 2026-09-18.
release cadence
2 releases in the last 90 days (latest 2026-07-29)
registry
com.tracklution/server-side-tracking (active, first published 2026-09-01)
packages
npm:tracklution

06 · Server Side Tracking FAQ

What is Server Side Tracking?

Monorepo for the npm packages that act as Tracklution's brand- and category-surface discovery wedge for AI coding agents. It runs locally over stdio via the published package.

Is Server Side Tracking still maintained?

Yes - as of 2026-09-18, its last commit was 2026-08-25 and it shipped 2 releases in the last 90 days. We re-verify nightly.

How do I install Server Side Tracking?

Run `npx -y tracklution`. You can also paste the ready-made client config above.

Does Server Side Tracking run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Server Side Tracking

More coding agent MCP servers · Trent · Panel Review · Trovex · Server Google Antigravity · Type Atlas

More JavaScript MCP servers · Trackly CLI · Figma UI MCP · Transcribe · Godot MCP (tugcantopaloglu) · see all