Pathmode
JSON →Build structured intent specs through Socratic AI conversation. Describe a problem or paste a support ticket â Claude challenges vague thinking, asks pointed questions, and builds a structured spec. Exports as intent.md, .cursorrules, or CLAUDE.md.
Install
npx @pathmode/mcp-server@latest Tools · 14
- intent_save Save an intent spec to intent.md in the project root
- intent_export Export as .cursorrules or CLAUDE.md section
- get_current_intent Get the active intent (first approved, or most recent)
- get_intent Get a single intent by ID with full details
- list_intents List all intents, optionally filtered by status
- search_intents Search intents by keyword across goals, objectives, and outcomes
- update_intent_status Update intent status (draft > validated > approved > shipped > verified)
- log_implementation_note Record a technical decision or implementation note
- analyze_intent_graph Analyze dependency graph for critical path, cycles, bottlenecks
- get_intent_relations Get the dependency graph for a specific intent
- export_context Generate CLAUDE.md, .cursorrules, or intent.md files
- get_agent_prompt Get a structured execution prompt for an intent
- get_workspace Get workspace details including strategy, active products, and constitution
- get_constitution Get mandatory constraint rules for the workspace
Environment variables
PATHMODE_API_KEY
Links
★ 2 GitHub stars