molsen.ca MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@molsen.ca MCPSearch essays on professional accountability"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
molsen.ca-mcp
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.
Installation
Standalone Binary (no Node required)
Download the latest binary for your platform from GitHub Releases:
Windows:
molsen-mcp-vX.X.X-win.exemacOS:
molsen-mcp-vX.X.X-macosLinux:
molsen-mcp-vX.X.X-linux
Via npm
npm install -g @molsen.ca/mcpOr run directly with npx:
npx @molsen.ca/mcpRelated MCP server: MIST - Model Intelligence System for Tasks
Usage with Claude Desktop
With standalone binary (Windows example)
Add to your Claude Desktop configuration (%APPDATA%\Claude\claude_desktop_config.json):
{
"mcpServers": {
"molsen-essays": {
"command": "C:\\path\\to\\molsen-mcp.exe"
}
}
}With npx
Add to your Claude Desktop configuration:
{
"mcpServers": {
"molsen-essays": {
"command": "npx",
"args": ["-y", "@molsen.ca/mcp"]
}
}
}Usage with Claude Code
Add to your Claude Code MCP settings or use the included skill.
Available Tools
list_essays
List essays from molsen.ca with optional filtering.
Parameters:
type(optional): Filter by type -hub,foundational,core,theoretical,applied,empirical,practice, oralltags(optional): Filter by tags arrayframeworkOnly(optional): Return only framework essays in reading orderincludeContent(optional): Include full essay content
get_essay
Retrieve a specific essay by slug.
Parameters:
slug(required): Essay slug (e.g., "executable-knowledge-architecture")format(optional):full,summary, ormarkdown
search_essays
Search essays by keyword.
Parameters:
query(required): Search querytags(optional): Filter by tagstype(optional): Filter by typelimit(optional): Max results (default 10)
get_framework_overview
Get an overview of the "Making AI Make Sense" framework.
Parameters:
depth(optional):overview,detailed, orfull
get_knowledge_graph
Get relationships between essays.
Parameters:
essay(optional): Get connections for a specific essay (use short ID like "eka")connectionType(optional):core,soft, orall
Development
# Install dependencies
npm install
# Run in development mode
npm run dev
# Build
npm run build
# Run built version
npm startLicense
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityAmaintenanceEnables interaction between LLMs and Obsidian vaults through the Model Context Protocol, supporting secure file operations, content management, and advanced search capabilities.Last updated2,024642Apache 2.0
- Alicense-qualityCmaintenanceEmpowers AI assistants with real-world capabilities including note management, Gmail integration, Google Calendar and Tasks management, and Git repository operations through the Model Context Protocol.Last updated12MIT

cfabric-mcpofficial
Alicense-qualityFmaintenanceEnables AI agents to perform corpus analysis tasks such as discovery, search, and data access via the Model Context Protocol.Last updated9MIT
LogicMem MCP Serverofficial
AlicenseBqualityBmaintenanceProvides persistent memory, reasoning, agent-to-agent sharing, and immutable audit trail for AI agents via the Model Context Protocol.Last updated121MIT
Related MCP Connectors
The personal context layer for AI: your profile and files, read by any MCP client over OAuth.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol (MCP) application for automated GitHub PR analysis and issue management.…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/oogaboogah272727/molsen.ca-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server