mcpbeat Sign in

Trace Forge MCP Server

local only

Trace Forge runs on your own machine — the client starts it, so there is no endpoint to ping. 28 installs a week from npm. Last commit 24 Apr 2026.

Structured execution trace and span logging for AI agents

Installs per day peak 32 · avg 6 · -60% w/w
a month agotoday
28
Installs / week
npm · trace-forge-mcp
0
Stars
0 open issues
24 Apr 2026
Last commit
0 releases in 90 days
License
JavaScript

Nothing serious here today

Today is the operative word: we check Trace Forge every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

Alternatives to Trace Forge

same job, measured the same way
I
Agent Observability
by blueskylineassets

Agent observability: structured logging, cost tracking, and compliance audit trails

24 installs/wk local only
I
agentrace
by ura-tools

Structured observability for AI agents. Trace steps, decisions, and errors. MCP server + CLI viewer.

29 installs/wk local only
Structured Output MCP Traced Agent
by getvda

Structured Output MCP Traced Agent

2 tools answering
Structured Output Agent C2ddcc
by getvda

Traced Structured Output Agent (Groq)

2 tools answering
Agent Observability
by kryptosai

Trace AI agent execution: every tool call, every error, every dollar. Open source, local-first.

72 installs/wk local only
Rune
by thecolourfoundation

Evidence-traced codebase understanding and security scanning for AI agents over MCP.

24 installs/wk local only
Datadog
by mcparmory

Monitor infrastructure, manage agents and deployments, track metrics, logs, and events

251 installs/wk local only
Vellum
by linxule

Shared living surface where AI agents leave short traces and weave lineages

6 tools answering

Trace Forge — questions

Answers built from our own checks of this server.

Why is there no uptime for Trace Forge?
Trace Forge 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 trace-forge-mcp was installed 28 times last week.
How do I connect Trace Forge?
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 trace-forge-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Trace Forge?
The npm package trace-forge-mcp was installed 28 times in the last week. Week over week that is -60%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Trace Forge 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.