Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_PA_DB_PATH | No | Custom database file path | |
| MCP_PA_DB_TYPE | No | Database type (sqlite or tinydb) | sqlite |
| MCP_PA_DOCS_DIR | No | Directory for document storage | |
| MCP_PA_ENCRYPTION_KEY | No | Encryption key for database (optional) | |
| MCP_PA_MAX_FILE_SIZE_MB | No | Maximum file size in MB | 100 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_status | Get your current status including location, laptop details, and permissions |
| update_status | Update your status information |
| create_project | Create a new project |
| list_projects | List all projects or filter by status |
| get_project | Get details of a specific project |
| update_project | Update a project's information |
| add_project_task | Add a task to a project |
| create_todo | Create a new todo/reminder |
| list_todos | List todos, optionally filtered by completion status |
| complete_todo | Mark a todo as completed |
| create_calendar_event | Create a calendar event |
| list_calendar_events | List calendar events within a date range |
| upload_document | Upload a document to the personal assistant |
| create_external_document | Create a reference to an external document (e.g., cloud storage link) |
| list_documents | List all documents, optionally filtered by tags |
| get_document | Get details of a specific document |
| get_dashboard | Get a dashboard view of active projects, upcoming todos, and events |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Current Status | Your current status and system information |
| All Projects | List of all projects |
| All Todos | List of all todos and reminders |
| Calendar Events | List of all calendar events |
| Documents | List of all documents |