mcpbeat Sign in

Tierward MCP Server

by marcoguillermaz Your server? Claim it
local only

Tierward runs on your own machine — the client starts it, so there is no endpoint to ping. 44 installs a week from npm. Last commit 26 Aug 2026.

Read a Tierward project's governance state (doctor, team-settings, arch-audit, skills) over MCP.

Installs per day peak 23 · avg 9 · -32% w/w
a month agotoday
44
Installs / week
npm · tierward
4
Stars
26 open issues
26 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

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

  const targetPath = path.join(cwd, '.claude', 'skills', name, 'SKILL.md');
    const entries = await fs.readdir(dir, { withFileTypes: true });

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

Alternatives to Tierward

same job, measured the same way
Agent Wiki
by getagentwiki

Hosted markdown project wikis your team's AI assistants read, search, and update over MCP.

answering
Mastyf AI
by mastyf-ai

Runtime proxy for MCP security, cost governance & audit

235 installs/wk local only
I
MCP Ordali Memory
by robin-deruyck

MCP server for Ordali memory: SQLite-backed project memory and governance traces.

32 installs/wk local only
Moltline Agent Governance
by moltlinestudio

Audit MCP configs and skill files for over-broad scope and injection risk. 6 of 8 free.

8 tools answering
Mindforge
by sairam0424

Read the MindForge engine over MCP: knowledge graph, project health, and audit log.

518 installs/wk local only
API Evangelist
by apievangelist

Sixteen years of API research as MCP tools — stories, areas, governance blocks & services

67 tools answering
ENCODE Toolkit
by ammawla

20 MCP tools + 48 skills for ENCODE Project genomics — search, download, pipelines

342 installs/wk local only
Palveron MCP Server
by palveron

Early access - AI governance gateway for MCP tool calls (policies, PII masking, audit).

45 installs/wk local only

Tierward — questions

Answers built from our own checks of this server.

Why is there no uptime for Tierward?
Tierward 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 tierward was installed 44 times last week.
How do I connect Tierward?
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 tierward straight from npm; nothing to host, nothing to sign up for.
How many people use Tierward?
The npm package tierward was installed 44 times in the last week. Week over week that is -32%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Tierward open source?
Yes — it is published under the MIT licence, written in JavaScript, 4 stars on GitHub and 26 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.