Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Vibe Coding
V
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/11/2026, 12:06:31 AM

Vibe Coding

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "vibe-coding": {
      "command": "npx",
      "args": [
        "-y",
        "vibe-coding"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

vibe-coding-mcp

Auto-documents your AI coding sessions β€” wire it as a Claude Code hook and your daily README / design-decision log / refactor-PR description writes itself.

CI npm License: MIT Maintained

English Β· ν•œκ΅­μ–΄


Why vibe-coding?

You spent four hours pair-programming with Claude. You made three architectural decisions, wrote eight files, and reverted twice. Tomorrow you will not remember why you picked the second option in commit a1b2c3d over the first one you tried. Most people solve this with manual journaling that lasts two weeks, or by trawling git log after the fact.

vibe-coding-mcp solves it differently: it sits as an MCP server next to your editor, collects code blocks and design decisions out of the conversation, generates README / DESIGN / API / ARCHITECTURE documents from them, and publishes to Notion / GitHub Wiki / Obsidian / Confluence / Slack / Discord β€” all from inside the chat with Claude. Wire it as a Claude Code PostToolUse + Stop hook (one block of JSON, see Quickstart) and every session auto-captures into ~/.vibe-coding-mcp/sessions/ without you typing anything. The bundled daily-vibe-log prompt then rolls today's captures into one document.

The Phase 3 refactor (v2.14.0, May 2026) collapsed the two-entry-point drift (index.ts had 7 tools, stdio.ts had 15) into a single transport-agnostic registry, so HTTP and stdio now expose the same 15 tools, 3 resources, and 3 prompts.

What's new in v2.14.0

  • One registry, two entry points, zero drift. src/core/toolRegistry.ts is the single source of truth β€” both index.ts (Streamable HTTP) and stdio.ts (bin) load the same 15 tools, 3 resources, and 3 prompts.
  • Migrated to high-level McpServer API (SDK 1.25+). McpServer.registerTool() / .resource() / .prompt() instead of low-level setRequestHandler(CallToolRequestSchema). Adding a tool is now a one-line register() call.
  • Streamable HTTP (MCP 2025-03-26), not SSE. POST /mcp at :3000. The legacy /sse route returns HTTP 410 with a pointer.
  • 3 new MCP Resources for @-mention. vibe-coding://sessions/list (captured sessions), vibe-coding://sessions/{id} (one session in full), vibe-coding://config (current platform creds).
  • 3 new MCP Prompts. daily-vibe-log (roll today's sessions into one doc), document-session (one session β†’ README/DESIGN/API/etc. β†’ publish), refactor-context (session β†’ PR description with decisions + AST analysis + git diff).
  • +34 tests (149 β†’ 183 passing) covering the registry, resources, prompts, and the McpServer factory.

5-minute Quickstart

bash
# 1. Install via Claude Code
claude mcp add vibe-coding-mcp -- npx -y vibe-coding-mcp
  1. Wire it as a Claude Code hook so every session auto-captures. Add this to ~/.claude/settings.json:
JSON Config
{
  "mcpServers": {
    "vibe-coding-mcp": {
      "command": "npx",
      "args": ["-y", "vibe-coding-mcp"]
    }
  },
  "hooks": {
    "PostToolUse": [
      {
        "matcher": "Edit|Write|NotebookEdit",
        "hooks": [{
          "type": "command",
          "command": "claude mcp call vibe-coding-mcp muse_session_history '{\"action\":\"save\",\"title\":\"auto-capture\",\"summary\":\"PostToolUse\",\"tags\":[\"auto-capture\"]}' >/dev/null 2>&1 || true"
        }]
      }
    ],
    "Stop": [
      {
        "hooks": [{
          "type": "command",
          "command": "claude mcp call vibe-coding-mcp muse_create_session_log '{\"title\":\"Claude Code session\",\"summary\":\"Stop hook\",\"options\":{\"logType\":\"session\"}}' >/dev/null 2>&1 || true"
        }]
      }
    ]
  }
}
  1. Restart Claude Code. The next time you edit a file in a session, capture starts.
  2. After a session, try this in Claude:
Code
였늘 캑처된 μ„Έμ…˜λ“€ ν•©μ³μ„œ daily vibe log λ§Œλ“€μ–΄μ€˜. (use the /daily-vibe-log prompt)
  1. Expected: Claude calls muse_session_history(action='list', filterTags=['auto-capture']) to gather today's sessions, then muse_create_session_log to compose, then offers to publish to Notion / Obsidian / GitHub Wiki. See docs/AUTO_CAPTURE.md for hook customization (e.g. piping git diff --stat into the capture payload).

Real use cases

1. "I want today's coding session as a daily log without lifting a finger"

Problem: You'll never sit down at the end of the day and write a journal entry. Nobody does. With this MCP: the PostToolUse + Stop hooks save sessions automatically into ~/.vibe-coding-mcp/sessions/. Next morning, run the /daily-vibe-log prompt and Claude reads vibe-coding://sessions/list for today, compiles a Markdown log (problems, decisions, code blocks, blockers), and offers to publish to Notion. Why it's better than git log or Notion templates: git log knows what you committed, not why you picked option B over option A. The session capture preserves the conversation context that the diff doesn't.

2. "I need a PR description for a refactor that touched 11 files"

Problem: Writing a good PR description for a refactor takes 15 minutes of re-reading the diff. Most refactor PRs end up with a one-liner and reviewers hate it. With this MCP: invoke the /refactor-context prompt against the session you just finished. The prompt chains muse_session_history(get) β†’ muse_summarize_design_decisions β†’ muse_analyze_code (AST + Mermaid diagram) β†’ muse_git(diff) and outputs a structured PR description with: Why (decisions), What changed (file-by-file from AST), Trade-offs (decisions section), and How to review (diagram of new architecture). Why it's better than asking Claude to "write a PR description": the prompt explicitly pulls the design-decision summary out of the session, not just the diff β€” reviewers get the why, not a paraphrased diff.

3. "I want my Obsidian vault to fill itself with my design decisions"

Problem: You make architectural decisions during pair-programming and they evaporate. ADR templates require manual discipline you don't have. With this MCP: call muse_summarize_design_decisions over your session, then muse_publish_document({ platform: 'obsidian', vault: '~/MyVault/decisions' }). The Obsidian platform writer adds YAML frontmatter (tags, date, session-id back-reference), so the new note shows up correctly in your vault graph view. Why it's better than a Notes/ADR-template.md: the decision text is generated from the actual code+conversation, not from your tired post-session memory. And it works across 6 platforms (Notion, GitHub Wiki, Obsidian, Confluence, Slack, Discord) with one tool call.

Tools / Resources / Prompts

NameTypeWhat it does
muse_collect_code_contexttoolPull code blocks + conversation summary out of a chat into a structured session
muse_summarize_design_decisionstoolExtract architectural / design decisions (problem β†’ options β†’ choice β†’ trade-off)
muse_analyze_codetoolAST analysis (TypeScript / Python / Go) + Mermaid diagrams (Class / Flow / Sequence / ER / Architecture)
muse_generate_dev_documenttoolREADME / DESIGN / TUTORIAL / CHANGELOG / API / ARCHITECTURE generator
muse_normalize_for_platformtoolMarkdown normalization for Notion / GitHub Wiki / Obsidian / Confluence / Slack / Discord quirks
muse_publish_documenttoolPublish to any of the 6 supported platforms
muse_create_session_logtoolDaily or per-session log composition
muse_session_historytoolsave / get / update / delete / list / search / stats over ~/.vibe-coding-mcp/sessions/
muse_export_sessiontoolExport one session to Markdown / JSON / HTML
muse_project_profiletoolPer-project settings (default platform, default tags, language)
muse_gittoolstatus / log / diff / branch / snapshot + design-decision extraction from commit messages
muse_session_statstoolProductivity dashboard: sessions/day, decisions/session, language breakdown
muse_auto_tagtoolAI tag suggestions for a session (Claude API, optional)
muse_templatetoolCustom doc templates (per project / per output type)
muse_batchtoolCompose multiple tool calls sequentially or in parallel in one round-trip
vibe-coding://sessions/listresourceList of captured sessions (@-mention-able)
vibe-coding://sessions/{id}resourceOne session's full body, code blocks, decisions, tags
vibe-coding://configresourceCurrent platform configuration (which integrations are wired)
prompt://vibe-coding/daily-vibe-logpromptRoll today's captured sessions into one daily log
prompt://vibe-coding/document-sessionpromptOne session β†’ dev document β†’ publish
prompt://vibe-coding/refactor-contextpromptSession β†’ PR description with decisions + AST + git diff

How it works

Code
                      Claude (or any MCP client)
                                β”‚
       β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
       β–Ό                                                  β–Ό
  src/index.ts (Streamable HTTP, POST /mcp at :3000)   src/stdio.ts (bin)
       β”‚                                                  β”‚
       β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
                                β–Ό
                  src/core/mcpServerFactory.ts
                                β”‚
              β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
              β–Ό                 β–Ό                 β–Ό
         toolRegistry.ts   resources.ts      prompts.ts
         (15 muse_* tools) (3 resources)     (3 prompts)
              β”‚
              β–Ό
              src/tools/*.ts (15 tool implementations)
                            β”‚
                            β–Ό
              src/core/sessionStorage.ts (~/.vibe-coding-mcp/sessions/)
              src/platforms/*.ts (notion / github-wiki / obsidian / ...)

Three design choices that matter:

  1. Single registry, two transports. HTTP and stdio both call createMcpServer() from mcpServerFactory.ts. There's no "stdio has feature X that HTTP doesn't" β€” the v2.13.0 drift is closed.
  2. Sessions are local files. ~/.vibe-coding-mcp/sessions/<id>.json β€” no remote DB, no telemetry, you own the data. Trivial to back up, grep, or sync via Dropbox.
  3. Publishing is per-platform, not one-size-fits-all. Notion expects blocks, GitHub Wiki expects sidebar markdown, Obsidian expects frontmatter β€” muse_normalize_for_platform handles each one's quirks so muse_publish_document can stay a single tool.

Configuration

Env varRequired forDefaultPurpose
ANTHROPIC_API_KEYmuse_auto_tag, AI summarizationβ€”Optional. Enables Claude-API-powered analysis
NOTION_API_KEY + NOTION_DATABASE_IDNotion publishingβ€”Notion integration
GITHUB_TOKEN + GITHUB_REPOGitHub Wiki publishingβ€”Wiki push uses git over HTTPS
CONFLUENCE_BASE_URL + CONFLUENCE_USERNAME + CONFLUENCE_API_TOKENConfluenceβ€”Atlassian Cloud
SLACK_WEBHOOK_URLSlackβ€”Webhook URL
DISCORD_WEBHOOK_URLDiscordβ€”Webhook URL
PORTHTTP mode only3000Streamable HTTP bind port

All env vars are optional. The MCP boots with zero env vars set β€” tools that require an integration return a structured INTEGRATION_NOT_CONFIGURED error instead of crashing.

Known limitations

  • Capture is hook-driven. The MCP itself doesn't sniff your editor β€” it relies on Claude Code calling it (via the PostToolUse / Stop hooks shown in Quickstart). Without hooks, you have to call muse_session_history manually.
  • No shared session store yet. Sessions are local. Two laptops = two session histories. Cross-device sync is on the roadmap.
  • AST analysis covers TS / Python / Go. Rust, Swift, Kotlin, Ruby AST support is not in v2.x.
  • Publishing is one-way. We can write to Notion / Wiki / Obsidian etc. but we don't pull updates back into the session store.

When NOT to use this

  • If you want automatic git commit messages, use aicommits or similar β€” vibe-coding-mcp generates documents, not commit messages.
  • If you want team-wide knowledge base search across everyone's sessions, this MCP is single-user/local. Build a Notion DB on top and search there, or wait for the shared-store roadmap item.
  • If you want a manual journaling tool with rich editing, use Obsidian / Notion directly β€” this MCP is for the auto-capture-then-publish flow, not for hand-writing notes.

Comparison

vibe-coding-mcpManual journalinggit logNotion ADR template
Captures why (decisions), not just whatyesyes (if you do it)noyes (if you do it)
Survives skipping a dayyes (hooks)non/ano
Code-block + AST analysisyesnonono
Auto-publishes to 6 platformsyesnonoNotion only
Local-first session storeyes (~/.vibe-coding-mcp/)varieslocalcloud
Per-platform Markdown quirks handledyesnon/an/a

Roadmap

  • Shared session store. Opt-in cross-device sync (S3 / Git / WebDAV) and team mode where multiple users can search each other's captured sessions.
  • Auto-summary by topic. Group sessions by topic across weeks ("everything I did on the auth refactor in Q2") instead of by day.
  • Git commit-message integration. Surface muse_summarize_design_decisions output as a prepare-commit-msg suggestion.
  • Wider AST language support. Rust + Swift + Kotlin AST + Mermaid diagrams.
  • Resource for cross-session search. vibe-coding://search?q=... so the LLM can @-mention "all sessions about caching" in one go.

Contributing

PRs welcome. Adding a tool is now a single-file change in src/tools/<name>.ts + a one-line register() in src/core/toolRegistry.ts. CI runs typecheck + build + test on Node 20 against every PR.

Quick contributor loop:

bash
git clone https://github.com/MUSE-CODE-SPACE/vibe-coding-mcp
cd vibe-coding-mcp
npm install
npm run typecheck && npm test && npm run build

Security

This package validates paths, sanitizes filenames, enforces HTTPS-only + allowlisted hosts for webhook URLs, and wraps outbound HTTP with a timeout + exponential-backoff retry β€” see src/core/security.ts. The threat model, supported versions, and vulnerability reporting process are in SECURITY.md. CodeQL with the security-and-quality query pack runs on every push and weekly.

Report vulnerabilities privately via a GitHub Security Advisory: https://github.com/MUSE-CODE-SPACE/vibe-coding-mcp/security/advisories/new.

License

MIT β€” SPDX identifier declared in package.json (a top-level LICENSE file will be added in the next release).

Maintainer

@yoon-k (MUSE-CODE-SPACE). Issues + support: https://github.com/MUSE-CODE-SPACE/vibe-coding-mcp/issues.


ν•œκ΅­μ–΄ μš”μ•½

vibe-coding-mcpλŠ” Claude(λ˜λŠ” λ‹€λ₯Έ MCP ν΄λΌμ΄μ–ΈνŠΈ)와 ν•¨κ»˜ AI νŽ˜μ–΄ μ½”λ”© μ„Έμ…˜μ„ μžλ™μœΌλ‘œ λ¬Έμ„œν™”ν•΄ μ£ΌλŠ” MCP μ„œλ²„μž…λ‹ˆλ‹€. Claude Code의 PostToolUse + Stop 훅에 μ—°κ²°ν•˜λ©΄ λ§€ μ„Έμ…˜μ΄ ~/.vibe-coding-mcp/sessions/ 에 μžλ™ μ €μž₯되고, 15개 도ꡬ가 κ±°κΈ°μ„œ README / DESIGN / API / ARCHITECTURE / CHANGELOG / TUTORIAL 6μ’… λ¬Έμ„œλ₯Ό μƒμ„±ν•œ λ’€ Notion / GitHub Wiki / Obsidian / Confluence / Slack / Discord 6개 ν”Œλž«νΌμ— λ°œν–‰ν•©λ‹ˆλ‹€.

v2.14.0(2026-05-20)μ—μ„œ HTTP/stdio 두 μ§„μž…μ μ΄ 단일 λ ˆμ§€μŠ€νŠΈλ¦¬ λ₯Ό κ³΅μœ ν•˜λ„λ‘ ν†΅ν•©λ˜μ—ˆκ³ , @-mention κ°€λŠ₯ν•œ MCP Resources 3개(sessions/list, sessions/{id}, config)와 Prompts 3개(daily-vibe-log, document-session, refactor-context)κ°€ μΆ”κ°€λ˜μ—ˆμŠ΅λ‹ˆλ‹€.

μ„€μΉ˜ + μžλ™ 캑처 ν›… 섀정은 docs/AUTO_CAPTURE.md μ°Έκ³ . λ³€κ²½ 이λ ₯은 CHANGELOG.md, μœ„ν˜‘ λͺ¨λΈμ€ SECURITY.md.

Related MCP Servers

View all in Developer Tools View all alternatives
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    πŸ’» Developer Tools0 views
    Compare vs Ai Netcafe β†’
  • M
    MCP Registry Server

    Publish and discover MCP servers via the official MCP Registry. Powered by HAPI MCP server.

    πŸ’» Developer Tools0 views
    Compare vs MCP Registry Server β†’
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’
  • W
    Windows MCP

    An MCP Server for computer-use in Windows OS

    πŸ’» Developer Tools1 views
    Compare vs Windows MCP β†’

Frequently Asked Questions about Vibe Coding

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "vibe-coding": { "command": "npx", "args": ["-y", "vibe-coding"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewVibe Coding AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/vibe-coding?style=directory)](https://allmcps.com/mcp/vibe-coding)
HTML Embed
<a href="https://allmcps.com/mcp/vibe-coding"><img src="https://allmcps.com/api/badge/vibe-coding?style=directory" alt="Vibe Coding on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Vibe Coding β†’Install in Claude DesktopInstall in CursorInstall in VS Code