Molsen.Ca Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Molsen.Ca Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
MCP server for accessing molsen.ca essay content. Exposes Mike Olsen's essays on AI governance, professional accountability, and the future of technical work to LLMs via the Model Context Protocol.
Download the latest binary for your platform from GitHub Releases:
molsen-mcp-vX.X.X-win.exemolsen-mcp-vX.X.X-macosmolsen-mcp-vX.X.X-linuxnpm install -g @molsen.ca/mcpOr run directly with npx:
npx @molsen.ca/mcpAdd to your Claude Desktop configuration (%APPDATA%\Claude\claude_desktop_config.json):
{
"mcpServers": {
"molsen-essays": {
"command": "C:\\path\\to\\molsen-mcp.exe"
}
}
}Add to your Claude Desktop configuration:
{
"mcpServers": {
"molsen-essays": {
"command": "npx",
"args": ["-y", "@molsen.ca/mcp"]
}
}
}Add to your Claude Code MCP settings or use the included skill.
List essays from molsen.ca with optional filtering.
Parameters:
type (optional): Filter by type - hub, foundational, core, theoretical, applied, empirical, practice, or alltags (optional): Filter by tags arrayframeworkOnly (optional): Return only framework essays in reading orderincludeContent (optional): Include full essay contentRetrieve a specific essay by slug.
Parameters:
slug (required): Essay slug (e.g., "executable-knowledge-architecture")format (optional): full, summary, or markdownSearch essays by keyword.
Parameters:
query (required): Search querytags (optional): Filter by tagstype (optional): Filter by typelimit (optional): Max results (default 10)Get an overview of the "Making AI Make Sense" framework.
Parameters:
depth (optional): overview, detailed, or fullGet relationships between essays.
Parameters:
essay (optional): Get connections for a specific essay (use short ID like "eka")connectionType (optional): core, soft, or all# Install dependencies
npm install
# Run in development mode
npm run dev
# Build
npm run build
# Run built version
npm startMIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.