MCP-PIF Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
logging.levelNoThe logging level for the serverDEBUG
workspaceRootYesAbsolute path to workspace directory

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
read

Read file contents

write

Write or modify file content

cd

Change current directory

mkdir

Create a new directory

ls

List directory contents

pwd

Print working directory

rename

Rename a file or directory

move

Move a file or directory to a new location

delete

Delete a file or directory

reason

Process thoughts with flexible relationships

think

Non-verbal processing time

journal_create

Create a new journal entry

journal_read

Read journal entries within a date range. Dates should be in YYYY-MM-DD format. Times are handled in UTC, and the 'to' date is inclusive through end of day.