Server data from the Official MCP Registry
Auto-document vibe coding sessions - collect, summarize, and publish
Auto-document vibe coding sessions - collect, summarize, and publish
Valid MCP server (1 strong, 1 medium validity signals). 5 known CVEs in dependencies (0 critical, 2 high severity) Package registry verified. Imported from the Official MCP Registry. Trust signals: trusted author (3/3 approved).
4 files analyzed · 6 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-muse-code-space-vibe-coding": {
"args": [
"-y",
"vibe-coding-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
Vibe Coding Session Documentation MCP Server
Automatically collect, summarize, document, and publish your vibe coding sessions
Vibe Coding MCP is an MCP server that automatically collects, summarizes, documents, and publishes code and design decisions created during vibe coding sessions. It provides 15 powerful tools for managing your coding documentation workflow.
| Tool | Description |
|---|---|
muse_collect_code_context | Collect code blocks and conversation summaries |
muse_summarize_design_decisions | Extract architectural and design decisions |
muse_generate_dev_document | Generate README, DESIGN, API, ARCHITECTURE docs |
muse_normalize_for_platform | Convert Markdown for Notion, GitHub Wiki, Obsidian |
muse_publish_document | Publish to external platforms |
muse_create_session_log | Create daily/session-based logs |
muse_analyze_code | AST-based code analysis with Mermaid diagrams |
muse_session_history | Manage session history (save, retrieve, search) |
muse_export_session | Export sessions to Markdown, JSON, HTML |
muse_project_profile | Manage project-specific settings |
muse_git | Git integration (status, log, diff, branch, snapshot) |
muse_session_stats | Session analytics dashboard |
muse_auto_tag | AI-powered auto-tagging |
muse_template | Custom template management |
muse_batch | Batch operations (sequential/parallel) |
claude mcp add vibe-coding-mcp npx vibe-coding-mcp
npm install -g vibe-coding-mcp
Add to claude_desktop_config.json:
{
"mcpServers": {
"vibe-coding-mcp": {
"command": "npx",
"args": ["vibe-coding-mcp"]
}
}
}
User: "Collect the code we wrote today and create a README, then publish to Notion."
Claude: [Uses collect_code_context → generate_dev_document → publish_document]
User: "Create a session log for today's work."
Claude: [Uses collect_code_context → create_session_log]
User: "Show me my coding productivity statistics for this month."
Claude: [Uses muse_session_stats(action='overview') → muse_session_stats(action='productivity')]
User: "Analyze this code, generate docs, and publish to Notion in one go."
Claude: [Uses muse_batch with sequential operations]
Vibe Coding MCP는 바이브 코딩 세션 중 생성된 코드와 설계 결정을 자동으로 수집, 요약, 문서화, 발행하는 MCP 서버입니다. 문서화 워크플로우를 관리하기 위한 15가지 강력한 도구를 제공합니다.
| 도구 | 설명 |
|---|---|
muse_collect_code_context | 코드 블록과 대화 요약 수집 |
muse_summarize_design_decisions | 아키텍처 및 설계 결정 추출 |
muse_generate_dev_document | README, DESIGN, API, ARCHITECTURE 문서 생성 |
muse_normalize_for_platform | Notion, GitHub Wiki, Obsidian용 Markdown 변환 |
muse_publish_document | 외부 플랫폼에 발행 |
muse_create_session_log | 일일/세션 기반 로그 생성 |
muse_analyze_code | AST 기반 코드 분석 + Mermaid 다이어그램 |
muse_session_history | 세션 히스토리 관리 (저장, 조회, 검색) |
muse_export_session | 세션을 Markdown, JSON, HTML로 내보내기 |
muse_project_profile | 프로젝트별 설정 관리 |
muse_git | Git 연동 (상태, 로그, diff, 브랜치, 스냅샷) |
muse_session_stats | 세션 분석 대시보드 |
muse_auto_tag | AI 기반 자동 태깅 |
muse_template | 커스텀 템플릿 관리 |
muse_batch | 배치 작업 (순차/병렬 실행) |
claude mcp add vibe-coding-mcp npx vibe-coding-mcp
npm install -g vibe-coding-mcp
claude_desktop_config.json에 추가:
{
"mcpServers": {
"vibe-coding-mcp": {
"command": "npx",
"args": ["vibe-coding-mcp"]
}
}
}
User: "오늘 작성한 코드를 수집해서 README 만들고 Notion에 발행해줘."
Claude: [collect_code_context → generate_dev_document → publish_document 사용]
User: "오늘 작업 세션 로그 만들어줘."
Claude: [collect_code_context → create_session_log 사용]
User: "이번 달 코딩 생산성 통계 보여줘."
Claude: [muse_session_stats(action='overview') → muse_session_stats(action='productivity') 사용]
User: "이 코드 분석하고 문서 생성해서 Notion에 발행해줘."
Claude: [muse_batch로 순차 작업 실행]
# Anthropic API (optional, for AI-powered analysis)
ANTHROPIC_API_KEY=your_anthropic_api_key_here
# Notion API (optional)
NOTION_API_KEY=your_notion_api_key_here
NOTION_DATABASE_ID=your_database_id_here
# GitHub (optional, for Wiki publishing)
GITHUB_TOKEN=your_github_token_here
GITHUB_REPO=owner/repo
# Confluence (optional)
CONFLUENCE_BASE_URL=https://your-domain.atlassian.net
CONFLUENCE_USERNAME=your_email@example.com
CONFLUENCE_API_TOKEN=your_api_token_here
# Slack/Discord (optional)
SLACK_WEBHOOK_URL=https://hooks.slack.com/services/...
DISCORD_WEBHOOK_URL=https://discord.com/api/webhooks/...
MIT
MUSE-CODE-SPACE - GitHub
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.