Skip to main content
Glama
Ritterbeckaj

strategy-mcp

by Ritterbeckaj

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_analysis

SWOT with S-O / W-O / S-T / W-T cross-mapping + offensive/defensive actions

marketing_mix

The 4Ps: Product, Price, Place, Promotion + the pitch line

lean_canvas

One-page business model canvas (problem → unfair advantage)

decision_matrix

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 repo

Wire 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.

Related MCP Connectors

Related MCP Servers

  • A
    license
    C
    quality
    D
    maintenance
    A 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.
    36
    ISC
  • F
    license
    A
    quality
    D
    maintenance
    A local-first MCP server providing secure workspace file operations, offline full-text search, and web search/fetch capabilities without requiring API keys.
    10
    -
  • A
    license
    A
    quality
    D
    maintenance
    A 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.
    6
    27 npm
    MIT