Click on "Install 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., "@Pathfinder MCP Serverstart research for implementing user authentication"
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.
Pathfinder MCP Server
A FastMCP server implementing a three-phase gated workflow: Research → Plan → Implement (RPI).
Overview
Pathfinder enforces intentional context compaction and explicit human approval at each phase transition. It helps maintain focus during complex coding tasks by:
Research Phase: Gather information, explore codebase, document findings
Plan Phase: Create structured implementation plan with explicit phases
Implement Phase: Execute plan phases with progress tracking
Installation
For End Users (Once Published)
For Local Development
What does
Installs the command globally (available system-wide)
Links to your source code (changes take effect immediately)
Isolated from other projects
No need for complex paths in MCP configs
Configuration
Environment Variables
Variable | Default | Description |
|
| Session storage path |
|
| Transport: |
|
| SSE server host |
|
| SSE server port |
|
| Max context tokens |
Cursor MCP Config
For Published Package (Recommended):
For Local Development (After
SSE Transport (Remote Server):
Note: Use absolute paths in environment variables (e.g.,
/Users/username/...instead of~). The~expansion may not work reliably in all MCP clients.
Tools
Tool | Phase | Description |
| Any | Server health and context status |
| - | Initialize research phase |
| Research | Save research findings |
| Research → Plan | Transition to planning (requires approval) |
| Plan | Save implementation plan |
| Plan/Implement | Execute implementation phase |
| Any | Compress session context |
Resources
URI | Description |
| Research template |
| Plan template (Cursor format) |
| Implementation checklist |
| Progress tracking template |
Prompts
Prompt | Description |
| Create plan from research |
| Generate compressed summary |
| Restore session context |
Workflow
Session Artifacts
Architecture
Development
Use just to run common development tasks:
Manual Commands
If you prefer to run commands directly:
Pre-commit Hooks
Setup automatic linting and formatting on every commit:
Context Management
Pathfinder tracks token usage and provides warnings:
60% utilization: Suggests compaction
70% utilization: Warns strongly
compact_context: Resets by creating summary
License
MIT