MCP-PIF Server
by hungryrobot1
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
logging.level | No | The logging level for the server | DEBUG |
workspaceRoot | Yes | Absolute path to workspace directory |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
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. |