MCP Personal Assistant
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
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_statusA | Get your current status including location, laptop details, and permissions |
| update_statusD | Update your status information |
| create_projectC | Create a new project |
| list_projectsA | List all projects or filter by status |
| get_projectB | Get details of a specific project |
| update_projectC | Update a project's information |
| add_project_taskC | Add a task to a project |
| create_todoC | Create a new todo/reminder |
| list_todosB | List todos, optionally filtered by completion status |
| complete_todoC | Mark a todo as completed |
| create_calendar_eventC | Create a calendar event |
| list_calendar_eventsB | List calendar events within a date range |
| upload_documentC | Upload a document to the personal assistant |
| create_external_documentB | Create a reference to an external document (e.g., cloud storage link) |
| list_documentsC | List all documents, optionally filtered by tags |
| get_documentC | Get details of a specific document |
| get_dashboardA | 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 |
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/swapnilsurdi/mcp-pa'
If you have feedback or need assistance with the MCP directory API, please join our Discord server