strategy-mcp
Click on "Deploy 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., "@strategy-mcpRun a SWOT analysis on my print-on-demand merch line"
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.
Strategy MCP — open-core strategy frameworks for OpenCode (and any MCP client)
Deterministic strategic-planning frameworks as a local, free, open-source MCP server. No API keys. Works offline. Runs wherever Node 18+ runs.
4 free core tools in this repo. 8 more in StrategyBrain Pro →.
What you get free (MIT)
Tool | What it does |
| SWOT with S-O / W-O / S-T / W-T cross-mapping + offensive/defensive actions |
| The 4Ps: Product, Price, Place, Promotion + the pitch line |
| One-page business model canvas (problem → unfair advantage) |
| Score options against weighted criteria → ranked decision |
Related MCP server: Local LLM MCP Tool
What Pro adds (8 frameworks, $29)
Porter's Five Forces · PESTLE · Ansoff Matrix · Jobs-to-be-Done · TAM/SAM/SOM · OKR planning · Brainstorm sessions · Roadmap planning — plus a full prompt playbook and update commits. Get StrategyBrain Pro
Install (2 minutes)
npm install # in this repoWire it into OpenCode (~/.config/opencode/opencode.json):
{
"mcp": {
"servers": {
"strategy": { "type": "local", "command": ["node", "/absolute/path/to/strategy-mcp/index.js"] }
}
}
}Restart OpenCode. Then just ask, e.g.:
"Run a SWOT on my print-on-demand merch line" →
strategy_swot_analysis
Or publish it yourself (npm)
It's MIT — fork, rename in package.json, npm publish.
Why open-core?
You get the honest core, free. The Pro pack funds maintenance, updates, and the next frameworks. If the free tools genuinely help you, Pro is a no-brainer — if not, you lost nothing. That's the deal.
License
MIT — see LICENSE. Pro tools are proprietary and not in this repo.
This server cannot be deployed
Maintenance
Related MCP Connectors
Your product team's shared strategic memory — an MCP server your AI tools reason over.
MCP server for generating rough-draft project plans from natural-language prompts.
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
MCP server exposing Kettle Logic insight articles & industry guidance as tools + resources.
Related MCP Servers
- AlicenseCqualityDmaintenanceA privacy-first MCP server that provides local LLM-enhanced tools for code analysis, security scanning, and automated task execution using backends like Ollama and LM Studio. It enables symbol-aware code reviews and workspace exploration while ensuring that all code and analysis remain strictly on your local machine.36ISC
- AlicenseNot gradedqualityDmaintenanceA local MCP server that runs Llama models entirely on your machine. No API keys, no cloud costs, 100% private and offline-capable.MIT
- FlicenseAqualityDmaintenanceA local-first MCP server providing secure workspace file operations, offline full-text search, and web search/fetch capabilities without requiring API keys.10-
- AlicenseAqualityDmaintenanceA local, open-source MCP server that provides deterministic organizational tools for structured decisions, guided reflection, action planning, and transparent digital report outlines without requiring an API key.627 npmMIT