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

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

NPM · VIBE-CODING-MCP · SCANNED SEP 20

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

Available components

+1 this week 79 Trust /100
Trust breakdown (7 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 → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 45 of 142 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency48
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 75 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability61
  • 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 Management90
  • Stability observed for 27 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
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "muse_publish_document" implies "publish" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 15 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.MUSE-CODE-SPACE/vibe-coding MCP server?

io.github.MUSE-CODE-SPACE/vibe-coding runs locally as an npm package, launched with npx -y vibe-coding-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · vibe-coding-mcp

# add to Claude Code
claude mcp add muse-code-space-vibe-coding -- npx -y vibe-coding-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "muse-code-space-vibe-coding": {
      "command": "npx",
      "args": [
        "-y",
        "vibe-coding-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "muse-code-space-vibe-coding": {
      "command": "npx",
      "args": [
        "-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"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "muse-code-space-vibe-coding": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "vibe-coding-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add muse-code-space-vibe-coding -t stdio -c npx -a -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.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 −2
    • Stability: pass → 0.80 functional
  • 16 Sept 26 +2
    • CVE-2026-82562 no longer affects this package security
    • CVE-2026-82417 no longer affects this package security
    • Known CVEs: fail → pass security
    • Stability: 0.97 → pass security
  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 10 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 9 Sept 26 +1
    • Stability: 0.97 → pass security
  • 6 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

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 20 Sept 2026 · Analysed npm/vibe-coding-mcp@2.12.1

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 142 packages
Packages resolved 142
Stale 45
Tree resolution Complete

Background: SBOMs and build attestations, explained →

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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

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.

Common questions

What is the io.github.MUSE-CODE-SPACE/vibe-coding MCP server?

io.github.MUSE-CODE-SPACE/vibe-coding is an MCP server listed in the public MCP registry as io.github.MUSE-CODE-SPACE/vibe-coding. Auto-document vibe coding sessions - collect, summarize, and publish. This page covers its npm package (vibe-coding-mcp).

Is the io.github.MUSE-CODE-SPACE/vibe-coding MCP server safe to use?

io.github.MUSE-CODE-SPACE/vibe-coding scores 79 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.MUSE-CODE-SPACE/vibe-coding MCP server expose?

io.github.MUSE-CODE-SPACE/vibe-coding exposes 15 tools: muse_collect_code_context, muse_summarize_design_decisions, muse_generate_dev_document, muse_normalize_for_platform, muse_publish_document, and 10 more. Their descriptions and schemas cost roughly 3,193 tokens of context every time the server is loaded.

Is the io.github.MUSE-CODE-SPACE/vibe-coding MCP server still maintained?

io.github.MUSE-CODE-SPACE/vibe-coding is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.MUSE-CODE-SPACE/vibe-coding MCP server under?

io.github.MUSE-CODE-SPACE/vibe-coding declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.