Skip to main content
Glama
mormubis

projectionlab-mcp

by mormubis

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PROJECTIONLAB_BASE_URLNoProjectionLab base URLhttps://app.projectionlab.com/
PROJECTIONLAB_SNAPSHOTS_DIRNoDirectory for snapshot files~/.config/projectionlab/snapshots

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
pl_setupA

Guided setup for the ProjectionLab Plugin API key.

Two-step flow:

  1. Call with no args — returns instructions and a browser script that extracts, stores, and validates the key entirely in the browser.

  2. Call with validationResult — confirms the key is valid and setup is complete.

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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
projectionlab-knowledgeCurated 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

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