Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PATHFINDER_HOSTNoSSE server host127.0.0.1
PATHFINDER_PORTNoSSE server port8080
PATHFINDER_TRANSPORTNoTransport: stdio or ssestdio
PATHFINDER_MAX_TOKENSNoMax context tokens128000
PATHFINDER_SESSIONS_DIRNoSession storage path~/.pathfinder-sessions

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
health_checkC

Check server health and return status.

start_researchC

Start a new research session.

Args: task_description: Description of the task to research session_id: Optional session ID (auto-generated if not provided)

save_researchC

Save research findings to the session.

Args: session_id: Session ID findings: Research findings to save

start_planA

Transition from research to plan phase.

Creates plan.md template. Requires research to be complete.

Args: session_id: Session ID

save_planB

Save implementation plan.

Validates plan follows Cursor plan format with YAML frontmatter.

Args: session_id: Session ID plan_content: Plan content in Cursor plan format

implement_phaseB

Execute an implementation phase from the plan.

Args: session_id: Session ID phase_number: Specific phase to execute (defaults to next uncompleted)

compact_contextB

Compress session context into summary artifacts.

Use when context utilization exceeds 60%.

Args: session_id: Session ID

Prompts

Interactive templates invoked by user choice

NameDescription
generate_plan_from_researchGenerate an implementation plan from research findings. Args: session_id: Session ID with completed research
compact_sessionGenerate a compressed session summary.
resume_sessionGenerate context to resume a session.

Resources

Contextual data attached and managed by the client

NameDescription
research_templateResearch phase markdown template.
plan_templatePlan phase markdown template.
implementation_checklistImplementation verification checklist template.
progress_templateProgress tracking markdown template.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jamesctucker/pathfinder-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server