Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SUPABASE_URLNoSupabase project URL (required for remote HTTP mode).
VERTEX_API_KEYNoAPI key for Vertex AI.
SOLODOT_MCP_PORTNoPort for HTTP server (optional, default 8787).
ANTHROPIC_API_KEYNoAPI key for Anthropic.
SUPABASE_SECRET_KEYNoSupabase secret key (required for remote HTTP mode).
SOLODOT_MCP_API_KEYSNoBearer token for HTTP mode authentication.
SOLODOT_MCP_ENV_FILENoAbsolute path to .env file for container run (optional).
SOLODOT_DEFAULT_PROVIDERNoThe default AI provider, either 'anthropic' or 'vertex'.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

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

Tools

Functions exposed to the LLM to take actions

NameDescription
route_painpointB

Diagnose the active solo-founder painpoint, select exactly one Solodot execution pack, and return a lightweight action preview. This does not perform external actions.

generate_execution_assetA

Generate one concrete, preview-only execution asset for the pack already selected by route_painpoint. The routed pack cannot be changed by this tool.

review_execution_assetA

Record approve, revise, or reject for a generated Solodot asset. Approval records acceptance only and never executes the asset externally.

get_solodot_runA

Return the authenticated founder's diagnosis, generated assets, approval history, and latest recommended step.

export_solodot_runA

Return an approved execution asset as Markdown or JSON. The tool returns content only; it does not write files, post messages, or publish.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
execution-packsThe six workflows available to the painpoint router.
approval-boundariesActions that Solodot must never perform silently.
product-contextThe product promise and role of the intake/router.

TDQS

A4/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: route_painpoint diagnoses and selects a pack, generate_execution_asset creates a preview asset, review_execution_asset records approval/revision/rejection, export_solodot_run returns the approved asset, and get_solodot_run retrieves the current state. No two tools overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using snake_case: route_painpoint, generate_execution_asset, review_execution_asset, export_solodot_run, get_solodot_run. The verbs are distinct and the nouns are domain-specific, making the pattern predictable and clear.

Tool Count5/5

With 5 tools, the server is well-scoped for the solo founder painpoint workflow. Each tool represents a key step in the process (diagnosis, generation, review, export, status retrieval) without unnecessary duplication or omission.

Completeness4/5

The tool set covers the core lifecycle: route_painpoint starts, generate_execution_asset creates, review_execution_asset evaluates, export_solodot_run delivers, and get_solodot_run provides status. A minor gap is the lack of a tool to update or delete assets or runs, but the workflow is essentially complete for a linear process.

Maintenance

ActivityStale
ResponsivenessNo issues