molsen.ca MCP

molsen.ca MCP

Enables LLMs to access Mike Olsen's essays on AI governance, professional accountability, and the future of technical work via the Model Context Protocol.

Category
Visit Server

README

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.exe
  • macOS: molsen-mcp-vX.X.X-macos
  • Linux: molsen-mcp-vX.X.X-linux

Via npm

npm install -g @molsen.ca/mcp

Or run directly with npx:

npx @molsen.ca/mcp

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, or all
  • tags (optional): Filter by tags array
  • frameworkOnly (optional): Return only framework essays in reading order
  • includeContent (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, or markdown

search_essays

Search essays by keyword.

Parameters:

  • query (required): Search query
  • tags (optional): Filter by tags
  • type (optional): Filter by type
  • limit (optional): Max results (default 10)

get_framework_overview

Get an overview of the "Making AI Make Sense" framework.

Parameters:

  • depth (optional): overview, detailed, or full

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, or all

Development

# Install dependencies
npm install

# Run in development mode
npm run dev

# Build
npm run build

# Run built version
npm start

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured