- Home
- MCP servers
- Christensen
Christensen
- typescript
0
GitHub Stars
typescript
Language
6 months ago
First Indexed
3 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"m2ai-mcp-servers-christensen-mcp": {
"command": "node",
"args": [
"/path/to/christensen-mcp/dist/index.js"
]
}
}
}You set up the Christensen MCP Server to enable a Claude-based strategic advisor that applies Christensen’s Jobs-to-Be-Done, disruption theory, capabilities- processes-priorities, and resource dependence to your decisions. This MCP server provides structured analysis prompts and prompts you to consider key questions, grounded in Christensen’s frameworks, so you can reason with discipline and historical patterns.
How to use
When you connect this MCP server to Claude Desktop or Claude Code, you get a disciplined, theory-grounded advisor. You can run full strategic analyses on decisions ranging from product-market choices to organizational capabilities. Start by describing your decision and any relevant context, then ask the advisor to apply the JTBD, disruption, CPP, and resource-dependence frameworks. The advisor will propose questions, reference canonical case studies, and present humility-driven interpretations like "the theory suggests…" to keep expectations grounded.
How to install
Prerequisites: you need Node.js installed on your system. Ensure you have npm available to install dependencies.
# Clone the project
git clone https://github.com/m2ai-mcp-servers/christensen-mcp.git
cd christensen-mcp
# Install dependencies
npm install
# Build
npm run build
Additional sections
Configuration, security considerations, usage notes, and troubleshooting follow, so you can integrate smoothly with your Claude environment and maintain fidelity to Christensen’s frameworks.
Available tools
analyze_decision
Performs full strategic analysis using all Christensen frameworks (JTBD, disruption, CPP, resource-dependence) with structured prompts and diagnostic questions.
case_study
Explores Christensen canonical case studies and matches patterns to your situation to illuminate strategic trajectories.
get_framework
Provides detailed information about a specified Christensen framework (jtbd, disruption, cpp, resource-dependence, all) with different detail levels.