Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.MUSE-CODE-SPACE/vibe-coding

NPM · VIBE-CODING-MCP · SCANNED AUG 3

Auto-document vibe coding sessions - collect, summarize, and publish

Available components

+22 this week 65 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (141 of 143), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (141 of 143), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability55
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 3193 tokens (~212/item across 15 items; 15 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage99
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 98% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · vibe-coding-mcp

# add to Claude Code
claude mcp add muse-code-space-vibe-coding -- npx -y vibe-coding-mcp
# add to Codex CLI
codex mcp add muse-code-space-vibe-coding -- npx -y vibe-coding-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "muse-code-space-vibe-coding": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "vibe-coding-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add muse-code-space-vibe-coding --command npx --arg -y --arg vibe-coding-mcp
# ~/.hermes/config.yaml
mcp_servers:
  muse-code-space-vibe-coding:
    command: "npx"
    args: ["-y", "vibe-coding-mcp"]
// mcp.json
{
  "mcpServers": {
    "muse-code-space-vibe-coding": {
      "command": "npx",
      "args": [
        "-y",
        "vibe-coding-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +4
    • Stability: unverified → 0.27 functional
  • 2 Aug 26 +56
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • Schema quality: unverified → good functional
    • Tool coverage: unverified → 100 functional
    • MCP protocol: unverified → pass functional
    • Licence: MIT functional
  • 1 Aug 26 −20
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 43

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 141 packages

141 packages in the resolved dependency tree · 139 deprecated · 40 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 15 exposed · ~3,193 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
muse_analyze_code ~149

Performs deep code analysis using AST parsing. Extracts functions, classes, imports, and generates Mermaid diagrams. Supports AI-powered analysis for quality insights, security issues, and improvement suggestions.

NameTypeReqDescription
codestringyesThe source code to analyze
diagramTypesarrayTypes of diagrams to generate (default: all)
filenamestringOptional filename for context
generateDiagramsbooleanGenerate Mermaid diagrams (default: true)
languagestringProgramming language (auto-detected if not provided)
useAIbooleanEnable AI-powered analysis for quality, security, and suggestions (default: false, requires ANTHROPIC_API_KEY)

No output schema declared.

No examples provided.

muse_auto_tag ~244

Automatically suggests and applies tags to sessions. Actions: suggest (recommend tags), apply (add tags to session), train (learn from examples), config (configure tagging behavior).

NameTypeReqDescription
actionstringyesAction to perform
categoriesarrayFilter suggestions by category
codeBlocksarrayCode blocks to analyze
contentstringText content to analyze for tags
customPatternsarrayCustom patterns for tag detection (for config)
defaultCategoriesarrayDefault categories to use (for config)
enableAutoTagbooleanEnable/disable auto-tagging (for config)
examplesarrayTraining examples for train action
includeExistingbooleanInclude existing tags when applying (default: true)
maxTagsnumberMaximum number of tags to suggest (default: 5)
minConfidencenumberMinimum confidence threshold 0-1 (default: 0.7)
sessionIdstringSession ID to analyze or update (for suggest/apply)
useAIbooleanUse AI for tag suggestions (default: false)

No output schema declared.

No examples provided.

muse_batch ~202

Executes multiple tool operations in batch. Actions: execute (run batch), preview (plan without executing), status (check job status), cancel (stop running job), history (list past jobs). Supports sequential and parallel execution with dependency management.

NameTypeReqDescription
actionstringyesAction to perform
includeErrorsbooleanInclude error details in response (default: true)
includeResultsbooleanInclude operation results in response (default: true)
jobIdstringJob ID for status/cancel actions
limitnumberLimit for history action (default: 20)
modestringExecution mode (default: sequential)
operationsarrayArray of operations to execute
statusstringFilter history by status
stopOnErrorbooleanStop batch on first error (default: true)
timeoutnumberTimeout per operation in ms (default: 60000)

No output schema declared.

No examples provided.

muse_collect_code_context ~153

Collects code blocks and conversation summaries into a structured context for documentation. Supports automatic language detection, duplicate removal, and statistics.

NameTypeReqDescription
autoDetectLanguagebooleanAutomatically detect programming language (default: true)
codeBlocksarrayArray of code blocks with language and code content
conversationSummarystringyesSummary of the conversation or context
includeStatsbooleanInclude code statistics in output (default: true)
rawTextstringRaw text containing code blocks to extract (alternative to codeBlocks)
removeDuplicatesbooleanRemove duplicate code blocks (default: true)
tagsarrayOptional tags for categorization (language tags auto-added)

No output schema declared.

No examples provided.

muse_create_session_log ~101

Creates daily or session-based vibe coding session logs.

NameTypeReqDescription
codeContextsarrayArray of code contexts from the session
designDecisionsarrayArray of design decisions made
durationnumberSession duration in seconds
optionsobject
summarystringyesSummary of what was accomplished
tagsarrayTags for the session
titlestringyesTitle of the session

No output schema declared.

No examples provided.

muse_export_session ~224

Exports vibe coding sessions to various formats (Markdown, JSON, HTML). Use for creating shareable documentation, backups, or reports from session history.

NameTypeReqDescription
bundleMultiplebooleanCombine multiple sessions into one document. Default: true
formatstringyesOutput format: markdown (readable docs), json (structured data), html (web page)
includeCodeBlocksbooleanInclude code blocks from code contexts. Default: true
includeDesignDecisionsbooleanInclude design decisions. Default: true
includeMetadatabooleanInclude session metadata (ID, timestamps, tags). Default: true
outputPathstringFile path to save the export. If omitted, returns content directly.
sessionIdsarraySpecific session IDs to export. If omitted, exports all sessions.
templatestringTemplate style: minimal (brief), default (balanced), detailed (comprehensive), report (formal)
titlestringDocument title. Default: "Vibe Coding Session Export"

No output schema declared.

No examples provided.

muse_generate_dev_document ~294

Generates README, DESIGN, TUTORIAL, or CHANGELOG documents in Markdown format. Supports multiple languages, badges, API reference, FAQ, and more.

NameTypeReqDescription
apiReferencearrayAPI documentation
authorstringAuthor name
badgesarrayShield.io badges
codeContextsarrayArray of code contexts to include
contributorsarrayList of contributors
customSectionsobjectCustom sections to add (key: section title, value: content)
descriptionstringProject or document description
designDecisionsarrayArray of design decisions to include
documentTypestringyesType of document to generate (README, DESIGN, TUTORIAL, CHANGELOG, API, ARCHITECTURE)
faqarrayFrequently asked questions
featuresarrayList of features
includeTableOfContentsbooleanWhether to include a table of contents
installationobjectInstallation instructions
languagestringLanguage for section headers (default: en)
licensestringLicense type (e.g., MIT, Apache-2.0)
projectNamestringName of the project
repositorystringRepository URL
titlestringTitle of the document
versionstringVersion number

No output schema declared.

No examples provided.

muse_git ~503

Git integration for vibe coding sessions. Get repository status, commit history, diffs, branch info. Capture git snapshots for sessions and extract design decisions from commit messages.

NameTypeReqDescription
actionstringyesAction: status (repo state), log (commit history), diff (changes), branch (branch info), snapshot (full context), extractDecisions (from commits), linkToSession (attach to session)
authorstringFilter commits by author name or email
contextLinesnumberLines of context around changes (default: 3)
diffTypestringDiff type: staged, unstaged, or all changes (default: all)
fromRefstringSource commit/branch/tag for diff
grepstringSearch commit messages for keyword
includeDiffbooleanInclude current diff in snapshot (default: true)
includeLogbooleanInclude recent commits in snapshot (default: true)
includeRemotebooleanInclude remote branches (default: true)
includeStashbooleanInclude stash list in snapshot (default: false)
includeUntrackedbooleanInclude untracked files in status (default: true)
languagestringLanguage for analysis (default: auto-detect)
limitnumberMax commits to return for log/extractDecisions (default: 20, max: 500)
logLimitnumberCommits to include in snapshot (default: 10)
onelinebooleanCompact log format (default: false)
pathstringFilter by file or directory path
patternsarrayCustom regex patterns for detecting design decisions
repoPathstringPath to git repository. Defaults to current working directory.
sessionIdstringSession ID to link git context to (required for linkToSession)
sincestringFilter commits after date (e.g., "2024-01-01", "1 week ago")
snapshotTypestringDetail level when linking to session (default: minimal)
statbooleanInclude stat summary in diff (default: true)
toRefstringTarget commit/branch/tag for diff
untilstringFilter commits before date
verbosebooleanInclude last commit info per branch (default: false)

No output schema declared.

No examples provided.

muse_normalize_for_platform ~77

Converts Markdown documents for Notion, GitHub Wiki, or Obsidian platforms. Handles links, images, code blocks, tables, frontmatter, and platform-specific syntax.

NameTypeReqDescription
documentstringyesThe Markdown document to normalize
optionsobject
platformstringyesTarget platform for the document

No output schema declared.

No examples provided.

muse_project_profile ~322

Manages project profiles for vibe coding sessions. Save project-specific settings for documentation, code analysis, and publishing.

NameTypeReqDescription
actionstringyesAction: create, get, update, delete, list, setActive, getActive, clone
codeAnalysisobjectCode analysis settings (defaultLanguage, defaultDiagramTypes, excludePatterns, useAI)
defaultTagsarrayDefault tags applied to all sessions
descriptionstringProfile description
documentationobjectDocumentation settings (defaultDocType, language, author, license, includeTableOfContents)
limitnumberMax results for list (default: 50)
metadataobjectCustom metadata
namestringProfile name (required for create, optional for get by name)
newNamestringNew name for cloned profile (required for clone)
offsetnumberSkip results for list (default: 0)
profileIdstringProfile ID (for get, update, delete, setActive, clone)
projectPathstringPath to the project directory
publishingobjectPublishing settings (defaultPlatform, platformSettings, autoPublish)
repositorystringGit repository URL
sortBystringSort field for list
sortOrderstringSort order for list
tagCategoriesarrayTag categories for organization
teamobjectTeam information
versionstringProject version

No output schema declared.

No examples provided.

muse_publish_document ~77

Publishes generated documents to external platforms (Notion, GitHub Wiki, Obsidian, Confluence, Slack, or Discord).

NameTypeReqDescription
documentstringyesThe document content to publish
optionsobject
platformstringyesTarget platform for publishing
titlestringyesTitle of the document

No output schema declared.

No examples provided.

muse_session_history ~303

Manages vibe coding session history. Save, retrieve, search, and manage past coding sessions with their code contexts and design decisions.

NameTypeReqDescription
actionstringyesAction to perform: save (create new), get (retrieve by ID), update (modify existing), delete (remove), list (get all), search (find by keyword), stats (storage statistics)
codeContextsarrayArray of code context objects
designDecisionsarrayArray of design decision objects
filterTagsarrayFilter by tags (for list)
keywordstringSearch keyword (required for search action)
limitnumberMaximum results to return (for list/search, default: 50)
metadataobjectAdditional metadata
offsetnumberNumber of results to skip (for list, default: 0)
searchInarrayFields to search in (for search, default: all)
sessionIdstringSession ID (required for get, update, delete actions)
sortBystringSort field (for list, default: updatedAt)
sortOrderstringSort order (for list, default: desc)
summarystringSession summary (required for save, optional for update)
tagsarrayTags for categorization
titlestringSession title (required for save, optional for update)

No output schema declared.

No examples provided.

muse_session_stats ~174

Provides analytics and insights about coding sessions. Actions: overview (summary stats), languages (language breakdown), timeline (activity over time), tags (tag analysis), productivity (work patterns), trends (compare periods).

NameTypeReqDescription
actionstringyesType of statistics to retrieve
compareWithstringCompare with previous period or average
formatstringOutput format (default: summary)
includeInsightsbooleanInclude AI-generated insights (default: true)
languagesarrayFilter by specific languages
periodstringTime period for grouping (default: all)
sincestringStart date for filtering (ISO date or relative like "1 week ago")
tagsarrayFilter by specific tags
untilstringEnd date for filtering

No output schema declared.

No examples provided.

muse_summarize_design_decisions ~183

Extracts and analyzes key architectural and design decisions from conversation logs. Supports both English and Korean, with importance scoring and keyword extraction. Set useAI=true for Claude-powered enhanced analysis.

NameTypeReqDescription
conversationLogstringyesThe full conversation log text to analyze
extractRelatedCodebooleanExtract related code blocks (default: true)
includeImportanceScorebooleanInclude importance scoring for each decision (default: true)
languagestringLanguage of the conversation (default: auto-detect)
maxDecisionsnumberMaximum number of decisions to extract (default: 20)
projectContextstringOptional context about the project for better categorization
useAIbooleanUse Claude AI for enhanced analysis. Requires ANTHROPIC_API_KEY environment variable. (default: false)

No output schema declared.

No examples provided.

muse_template ~187

Manages custom document templates with variable substitution. Actions: create, get, update, delete, list, apply (render with data), preview (render preview), import, export.

NameTypeReqDescription
actionstringyesAction to perform
contentstringTemplate content with {{variables}}
dataobjectVariable values for apply/preview
descriptionstringTemplate description
filePathstringFile path for import/export
filterTypestringFilter list by type
formatstringImport/export format (default: json)
limitnumberLimit results for list
namestringTemplate name
offsetnumberOffset for list pagination
templateIdstringTemplate ID
typestringTemplate type
variablesarrayTemplate variables definition

No output schema declared.

No examples provided.