projectionlab-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PROJECTIONLAB_BASE_URL | No | ProjectionLab base URL | https://app.projectionlab.com/ |
| PROJECTIONLAB_SNAPSHOTS_DIR | No | Directory for snapshot files | ~/.config/projectionlab/snapshots |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| pl_setupA | Guided setup for the ProjectionLab Plugin API key. Two-step flow:
The API key NEVER leaves the browser. The extractScript reads it from the DOM, stores it in sessionStorage, and validates it — all client-side. The only value that comes back to the conversation is a success/failure boolean. The extractScript should be executed in the browser via the Playwright or chrome devtools MCP. |
| pl_exportA | Returns a JavaScript string that exports all ProjectionLab data via the Plugin API. Execute this script in the browser using the Playwright or chrome devtools MCP. The script reads the API key from sessionStorage, set during pl_setup. If the browser tab was closed since setup, run pl_setup again first. |
| pl_snapshotA | Save ProjectionLab export data as a local snapshot file. Pass the data you got from running the pl_export script in the browser. API keys are redacted before writing. |
| pl_list_snapshotsA | List all saved local snapshots, sorted newest first. Returns filename, path, creation time, and size. |
| pl_restoreA | Read a local snapshot file and return JavaScript strings to restore the data via the Plugin API. Execute each script in the browser using the Playwright or chrome devtools MCP. The scripts read the API key from sessionStorage, set during pl_setup. If the browser tab was closed since setup, run pl_setup again first. Important: take a snapshot of the current state BEFORE restoring (run pl_export in the browser, then call pl_snapshot with the result). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| projectionlab-knowledge | Curated index of ProjectionLab documentation URLs organized by topic. Reference these when users ask for more detail about FIRE concepts, withdrawal strategies, or ProjectionLab features. |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/mormubis/projectionlab-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server