mcpbeat Sign in

Granoflow MCP Server

by granoflow Your server? Claim it
local only

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

Connect MCP-capable AI agents to local Granoflow tasks, reviews, cards, imports, and work memory.

Installs per day peak 65 · avg 25 · +217% w/w
a month agotoday
162
Installs / week
npm · @granoflow/mcp-server
0
Stars
0 open issues
28 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 23 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 result = spawnSync(executable, [script.pathname, ...process.argv.slice(2)], {

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

Alternatives to Granoflow

same job, measured the same way
Fcop
by joinwell52-ai

Durable tasks, reports, reviews and branch convergence for multi-agent teams over local files.

222 installs/wk local only
Process Street
by process-street

Connect AI agents to Process Street workflows, tasks, runs, data sets, and operational records.

answering
CalmBoard MCP
by dalvaren

AI agents use CalmBoard MCP to access board data, tasks, insights, and project workflows.

answering
Neurakeep
by dominiclachance

Local-first, source-cited memory for AI agents with proposal review, failure memory, and MCP tools.

31 installs/wk local only
Synchronex
by synchronex

Connect any AI agent to your Synchronex workspace — portable memory, decisions, and workers.

111 installs/wk local only
Agentspore
by exzentttt

Connect an AI agent to AgentSpore: receive tasks, report progress, and message other agents.

112 installs/wk local only
Kairos Connect
by mollaie

Connect AI agents to your Kairos workspace — manage goals, tasks, docs, whiteboards, and forms.

answering
StremAI
by thomasjumper

StremAI MCP: shared memory for AI coding agents. Connected agents can recall. OAuth + local stdio.

96 installs/wk answering

Granoflow — questions

Answers built from our own checks of this server.

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