VOOZH about

URL: https://mcp.so/server/pathmode/pathmodeio

โ‡ฑ Pathmode MCP Server


Pathmode

@pathmodeio

Build structured intent specs through Socratic AI conversation (zero-config), or connect to your Pathmode workspace for strategic context, dependency graphs, and team governance. v1.5.0 ships with a Claude Code skill pack โ€” 7 auto-triggering skills (compile-intent, grill-intent, verify-intent, review-against-intent, split-intent-to-issues, handoff-intent, setup-pathmode-workflow) installable via `npx @pathmode/mcp-server install-skills`. Makes agents build the right thing, not just any thing.
Overview

What it does

Pathmode turns Claude Code into a Socratic product thinking partner. Describe a problem and Claude challenges vague language, asks pointed questions, and builds a structured intent spec โ€” objective, outcomes, edge cases, constraints โ€” that downstream agents can actually implement.

Two modes

  • Local (no API key) โ€” Build specs as intent.md files in your project root. Free, offline, no signup.
  • Team (PATHMODE_API_KEY set) โ€” Sync specs to a Pathmode workspace. Adds evidence anchoring, dependency graphs, constitution rules, cross-agent context.

The skill pack (new in v1.5.0)

7 Claude Code skills that auto-trigger on natural-language requests โ€” no slash commands needed:

  • setup-pathmode-workflow โ€” capture test commands, issue tracker, status conventions
  • compile-intent โ€” build a structured spec for what to ship
  • verify-intent โ€” design the executable feedback loop
  • grill-intent โ€” stress-test an existing spec for weaknesses
  • split-intent-to-issues โ€” break a spec into Linear / Jira / GitHub Issues tickets
  • review-against-intent โ€” check code changes against intent
  • handoff-intent โ€” capture decisions at end of session

Install: npx @pathmode/mcp-server install-skills

Quick start

{
 "mcpServers": {
 "pathmode": {
 "command": "npx",
 "args": ["@pathmode/mcp-server"]
 }
 }
}
Then in Claude Code:
Help me write an intent spec for [your problem]
Links
GitHub ยท Skill pack repo ยท pathmode.io
That's everything. Submit it.

Server Config

{
 "mcpServers": {
 "pathmode": {
 "command": "npx",
 "args": [
 "@pathmode/mcp-server"
 ]
 }
 }
}
ยฉ 2025 MCP.so. All rights reserved.

Build with ShipAny.