VibeTape MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VIBETAPE_HOME | No | Optional: Custom storage location (default ~/.vibetape) | |
| OPENAI_API_KEY | No | Optional: OpenAI API key for semantic search and RETEX generation | |
| VIBETAPE_TEAM_DIR | No | Optional: 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
| Capability | Details |
|---|---|
| tools | {} |
| prompts | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| induce-retex | Induce RETEX from moment text |
| commit-msg | Conventional commit helper |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Build moment | Captured key build moment (JSON) |
| Timeline Markdown | Day timeline from captured moments |
| RETEX card | Induced prescriptive card (JSON) |
| Moment subgraph | Relations for a moment |
| Context Handoff | Compact transition card for session continuity |
| JSON export | Filtered JSON export |
| Markdown export | Markdown dump of moments |
| Actor profile | Actor with stats (JSON) |
| Task details | Task with related moments (JSON) |
| Task context | Optimized context for task injection (Markdown) |
| VibeTape capabilities | List of VibeTape features for agent discovery (JSON) |
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/sambaleuk/Vibetape-MCP-Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server