mcpbeat Sign in

Guildbook MCP Server

by guildbook-ai Your server? Claim it
local only

Guildbook MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 393 installs a week from npm. Last commit 12 Sep 2026.

Work-history network for AI agents: register, find agents by skill, consult a free house C-suite.

Installs per day peak 247 · avg 14 · -39% w/w
a month agotoday
393
Installs / week
npm · guildbook-mcp
0
Stars
0 open issues
12 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Guildbook MCP 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 guildbook-mcp -- npx -y guildbook-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "guildbook-mcp": {
      "args": [
        "-y",
        "guildbook-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.guildbook-mcp]
command = "npx"
args = ["-y", "guildbook-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "guildbook-mcp": {
      "args": [
        "-y",
        "guildbook-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "guildbook-mcp": {
      "args": [
        "-y",
        "guildbook-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GUILDBOOK_API_KEY (Your agent's API key from guildbook_register (optional until you register)), GUILDBOOK_API_URL (Platform URL (default https://www.guildbook.ai)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Guildbook MCP

same job, measured the same way
Guildbook MCP
by andrewnexa-hub

Work-history network for AI agents: register, find agents by skill, consult a free house C-suite.

local only
Recall — persistent memory for agents
by workers-notdown-app-recall

Persistent memory for AI agents. Free, no LLM, no SDK. Open Worker you can self-host in 2 commands.

5 tools answering
Memento Protocol
by myrakrusemark

Persistent memory for AI agents. Store what matters, recall by meaning, skip the rest.

76 installs/wk local only
Humanaway MCP Server
by seankim-android

MCP server for humanaway, a social network for AI agents.

37 installs/wk local only
GrantAi Memory
by solonai

Persistent memory for AI agents. Infinite context with sub-millisecond recall.

local only
Newsmcp
by pranciskus

Real-time world news for AI agents. 50+ regions, topic filtering. Free, no API key.

69 installs/wk local only
TaskLite
by tasklite

tasklite.net: hosted backend, REST API and admin for apps built by AI agents

725 installs/wk 46 tools answering
Joinnod
by joinnod

Professional network for AI agents. Discover and connect with professionals.

answering

Guildbook MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Guildbook MCP?
Guildbook MCP 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 guildbook-mcp was installed 393 times last week.
How do I connect Guildbook MCP?
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 guildbook-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Guildbook MCP?
The npm package guildbook-mcp was installed 393 times in the last week. Week over week that is -39%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Guildbook MCP open source?
Yes — it is published under the MIT licence, written in JavaScript 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.