Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
VIBETAPE_HOMENoOptional: Custom storage location (default ~/.vibetape)
OPENAI_API_KEYNoOptional: OpenAI API key for semantic search and RETEX generation
VIBETAPE_TEAM_DIRNoOptional: Team collaboration directory

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
{}
prompts
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
mark_momentC

Capture a build moment with safe context snapshot

link_momentsB

Create a relation between moments

comment_momentB

Append a comment to a moment

list_momentsA

Return latest captured moments

search_momentsC

Find similar moments using semantic search

search_moments_advancedC

Combine semantic, filters and regex search

stats_overviewD

Basic counts and trends

recurrent_patternsB

Group similar titles to find patterns

make_retexC

Generate rule + bullets + dont from a captured moment

export_timelineB

Render Markdown timeline for a given day (YYYY-MM-DD)

export_jsonB

Return whole state as JSON resource

export_mdD

Return Markdown dump resource

generate_context_handoffC

Create a compact transition card (state/stack/decisions/solved/next) under a token budget

suggest_transition_cardB

Suggest generating a transition card when context is near capacity

sweep_noiseB

Denoise auto-marked moments: trivial, duplicates, cooldown; updates signal_score

register_actorB

Register a new agent or human actor for traceability

get_actor_statsA

Get statistics for an actor (success rate, moment counts, top tags)

list_actorsA

List all registered actors

create_taskB

Create a new task for tracking and agent assignment

update_taskA

Update a task status, assignment, or outcome

list_tasksC

List tasks with optional filters

assign_taskC

Assign or handoff a task to another actor

link_moment_to_taskC

Associate a moment with a task

supersede_momentC

Mark a moment as superseded by a newer one (temporal tracking)

get_retex_for_taskA

Get relevant RETEX cards for a task based on tag overlap and moment relations

create_handoff_for_agentC

Create a LangGraph-compatible handoff payload for agent-to-agent transfer

context_relevance_scoreC

Calculate RankRAG-style relevance score for a moment given a task context

evaluate_context_windowC

Evaluate and rank moments for optimal context injection within token budget

predict_agent_needsB

Predict what context an agent will need based on task type and actor capabilities

Prompts

Interactive templates invoked by user choice

NameDescription
induce-retexInduce RETEX from moment text
commit-msgConventional commit helper

Resources

Contextual data attached and managed by the client

NameDescription
Build momentCaptured key build moment (JSON)
Timeline MarkdownDay timeline from captured moments
RETEX cardInduced prescriptive card (JSON)
Moment subgraphRelations for a moment
Context HandoffCompact transition card for session continuity
JSON exportFiltered JSON export
Markdown exportMarkdown dump of moments
Actor profileActor with stats (JSON)
Task detailsTask with related moments (JSON)
Task contextOptimized context for task injection (Markdown)
VibeTape capabilitiesList of VibeTape features for agent discovery (JSON)

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/sambaleuk/Vibetape-MCP-Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server