mcpbeat Sign in

Flagpost MCP Server

local only

Flagpost runs on your own machine — the client starts it, so there is no endpoint to ping. 27 installs a week from npm. Last commit 16 Jul 2026.

Feature flags for Next.js. One file, full control with A/B testing.

Installs per day peak 8 · avg 3 · +100% w/w
a month agotoday
27
Installs / week
npm · flagpost
109
Stars
0 open issues
16 Jul 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

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

Package points at a different repository sathergate/sathergate-toolkit
пакет flagpost ссылается на sathergate/flagpost

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

Alternatives to Flagpost

same job, measured the same way
Agentsim
by agentsim

Control plane for agent auth walls. Connector 0 handles SMS OTP with US test numbers.

7 tools answering
Browserbase
by mcparmory

Create and control browser sessions for web automation, testing, and AI agent tasks

241 installs/wk local only
MCP Test
by bharath-krishna

A simple MCP server with an echo tool for testing purposes

53 installs/wk local only
Rqwstr
by kjopstad-it

AI-native HTTP security testing MCP server — 17 tools with raw HTTP/1.1 + HTTP/2 control

local only
Xcodemcp
by lapfelix

Control Xcode directly via JXA for build, test, debug operations with XCLogParser integration

69 installs/wk local only
Sheetspec
by helloo1568

Contract testing and quality gates for spreadsheets created by AI agents.

50 installs/wk local only
I
Elias MCP Sample Server
by elpadev

A sample MCP server for testing

81 installs/wk local only
Test Coverage MCP
by goldbergyoni

Analyze test coverage from LCOV files - makes AI agents coverage-aware without wasting tokens

51 installs/wk local only

Flagpost — questions

Answers built from our own checks of this server.

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