mcpbeat Sign in

FronyBoard MCP Server

by cafelatte1 Your server? Claim it
local only

FronyBoard runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 9 Sep 2026.

Project tracker for AI agents: roadmap, periods, tasks and a validation gate, in one SQLite file

Installs / week
pypi · fronyboard
0
Stars
0 open issues
9 Sep 2026
Last commit
no recent releases
MIT
License
Python

What the code does

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

File ships in the package but is absent from the source [пакет] src/fronyboard/__init__.py:1, [пакет] src/fronyboard/auth.py:1, [пакет] src/fronyboard/fauth.py:1 и ещё 6
этот файл ставится пользователю, но в репозитории его нет

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

Alternatives to FronyBoard

same job, measured the same way
Saga MCP
by spranab

Jira-like project tracker for AI agents with SQLite, full task hierarchy, and dashboard

1 538 installs/wk local only
QueryPilot
by nickklos10

Safe SQL gateway for AI agents: SELECT-only validation, access policies, masking, audit trail, evals

39 installs/wk local only
Memharness
by las7

Bi-temporal, provenance-carrying long-term memory for AI agents, in one SQLite file.

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

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

31 installs/wk local only
remem-mcp — Local-first MCP Memory + CodeGraph + Wiki
by tinhien11

Local-first memory for AI coding agents. Memory + CodeGraph + Wiki in one SQLite file.

115 installs/wk local only
rmbr
by srock44

Embedded, local-first memory and retrieval for AI agents. One SQLite file, no server, no API key.

130 installs/wk local only
Spreadsheet DB
by manddarinshop

SQLite-authoritative entity database with an async Google Sheets projection for AI agents.

41 installs/wk local only
agentmem
by oxgeneral

Lightweight persistent memory for AI agents. Hybrid search. 16 tools. One SQLite file.

local only

FronyBoard — questions

Answers built from our own checks of this server.

Why is there no uptime for FronyBoard?
FronyBoard 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 pypi package fronyboard.
How do I connect FronyBoard?
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 fronyboard straight from pypi; nothing to host, nothing to sign up for.
Is FronyBoard open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.