1. Conduid
  2. Commerce
  3. Vue
MCP server · Commerce

Vue

MCP server for vue-kit — Vue SFC analysis, Pinia store inspection, TypeScript type checking, and Vite project structure tools for Claude Code.

37Low

Scored 5 months ago · breakdown

About Vue

Vue is an MCP server in the Commerce category: mCP server for vue-kit — Vue SFC analysis, Pinia store inspection, TypeScript type checking, and Vite project structure tools for Claude Code. It has been installed 0 times through Conduid.

Install

Claude Code
claude mcp add vue -- npx -y @ginopoitier/vue-mcp
npx
npx -y @ginopoitier/vue-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Vue

Powered by Claude · Grounded in docs

I know everything about Vue. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

Claude Plugins

Personal Claude Code plugin marketplace. One repository — all plugins.

Install

Add this marketplace in Claude Code:

/plugin marketplace add ginopoitier/claude-plugins

Install a plugin:

/plugin install dotnet-kit@ginopoitier-plugins
/plugin install vue-kit@ginopoitier-plugins
/plugin install kit-maker@ginopoitier-plugins
/plugin install git-kit@ginopoitier-plugins
/plugin install github-kit@ginopoitier-plugins
/plugin install bitbucket-kit@ginopoitier-plugins
/plugin install jira-kit@ginopoitier-plugins
/plugin install confluence-kit@ginopoitier-plugins
/plugin install obsidian-kit@ginopoitier-plugins
/plugin install memory-kit@ginopoitier-plugins
/plugin install cost-optimizer-kit@ginopoitier-plugins

Update all plugins:

/plugin marketplace update

Plugins

Plugin Version Description
dotnet-kit 0.3.4 .NET Clean Architecture developer toolkit — CQRS, EF Core, Minimal APIs, Serilog, CI/CD
vue-kit 0.3.1 Vue 3 + TypeScript developer toolkit — Pinia, SignalR, Vitest, Vue Router, component scaffolding
kit-maker 1.2.2 Build and audit Claude Code plugins
git-kit 1.0.5 Git CLI toolkit — commits, branching, rebase, conflict resolution, undo, repo health
github-kit 1.1.1 GitHub platform — PR creation, review, releases; pr-reviewer + release-engineer agents
bitbucket-kit 1.2.1 Bitbucket platform — PR creation, review, and releases
jira-kit 1.2.1 Jira sprint work — epics, stories, refinement, standup; sprint-planner agent
confluence-kit 1.1.1 Confluence docs — ADRs, SDRs, SDLC pages; doc-writer agent
obsidian-kit 1.2.2 Obsidian personal notes and dev journal; vault-curator agent
memory-kit 1.0.5 Intelligent memory management — semantic search, auto-capture, deduplication, session injection
cost-optimizer-kit 0.3.1 Token cost optimization — model selection matrix, ReasoningBank, context audit, 30-50% reduction

Typical install combinations

Full-stack .NET + Vue (home, GitHub):

dotnet-kit + vue-kit + git-kit + github-kit + kit-maker + obsidian-kit

Full-stack .NET + Vue (work, Bitbucket + Atlassian):

dotnet-kit + vue-kit + git-kit + bitbucket-kit + jira-kit + confluence-kit + obsidian-kit

.NET only:

dotnet-kit + git-kit + github-kit (or bitbucket-kit)

Frontend only:

vue-kit + git-kit + github-kit (or bitbucket-kit)

Post-install setup

dotnet-kit

  1. Run /kit-setup — configure CI/CD provider, documentation targets
  2. Install the MCP server: dotnet tool install -g DevKit.Mcp --add-source G:/Claude/Kits/MCP/DotNet Or when published to NuGet: dotnet tool install -g DevKit.Mcp
  3. Restart Claude Code

vue-kit

  1. Run /kit-setup — configure project defaults
  2. Install the MCP server: npm install -g @ginopoitier/vue-mcp Or build from source:
    cd G:/Claude/Kits/MCP/Vue/vue-mcp
    npm install && npm run build
    
  3. Restart Claude Code

git-kit

  1. Run /git-setup — configure default branch, signing key, commit style
  2. Optionally run /git-setup --project inside each repo

github-kit

  1. Install gh CLI and authenticate: gh auth login
  2. Run /github-setup — configure org and PR defaults

bitbucket-kit

  1. Create a Personal Access Token in Bitbucket settings
  2. Set env var: setx BITBUCKET_API_TOKEN "your-token" (Windows) or add to ~/.bashrc
  3. Run /bitbucket-setup — configure workspace and PR defaults

jira-kit + confluence-kit

  1. Run /mcp authenticate atlassian — one OAuth session covers both
  2. Run /jira-setup and /confluence-setup

obsidian-kit

  1. Run /obsidian-setup — configure vault path and folder structure

kit-maker

  1. Run /kit-setup — configure author name and kit defaults

memory-kit

  1. Install the MCP server: npm install -g @ginopoitier/memory-mcp
  2. Restart Claude Code

MCP Servers

MCP Language Powers Source
devkit-mcp .NET 9 dotnet-kit — Roslyn analysis, SQL Server, Neo4j G:/Claude/Kits/MCP/DotNet/
vue-mcp Node.js / TypeScript vue-kit — Vue SFC analysis, Pinia, type checking G:/Claude/Kits/MCP/Vue/
memory-mcp Node.js / TypeScript memory-kit — semantic search, deduplication, health monitoring G:/Claude/Kits/MCP/Memory/

Repository structure

claude-plugins/
  MCP/
    DotNet/
      DotNet.Mcp.sln          ← .NET solution for devkit-mcp global tool
      DevKit.Mcp/             ← Roslyn, SQL Server, Neo4j MCP tools
      publish/                ← pre-built binaries
    Vue/
      vue-mcp/                ← TypeScript MCP server for vue-kit
        src/tools/            ← component-analyzer, pinia-analyzer, type-checker, project-analyzer
  Kits/
    README.md                 ← this file
    dotnet-kit/
      .claude-plugin/plugin.json
      skills/                 ← 50+ skills (backend + shared meta)
      agents/                 ← 15 agents (11 domain + 4 dev workflow)
      rules/                  ← 15 rules
      knowledge/              ← dotnet/, decisions/, tech-lead/, shared/
      templates/              ← web-api/, worker-service/, blazor-app/, class-library/, modular-monolith/
      hooks/                  ← auto-format .cs, NuGet restore, bash guard
    vue-kit/
      .claude-plugin/plugin.json
      skills/                 ← 13+ skills (vue + shared meta)
      agents/                 ← 9 agents (5 domain + 4 dev workflow)
      rules/                  ← 8 rules
      knowledge/              ← vue/, shared/
      templates/              ← vue-app/
      hooks/                  ← auto-format .ts/.vue with Prettier, bash guard
    git-kit/
    github-kit/
    bitbucket-kit/
    jira-kit/
    confluence-kit/
    obsidian-kit/
    kit-maker/

Add to a team project

To suggest these plugins to everyone who opens a project:

{
  "extraKnownMarketplaces": {
    "ginopoitier-plugins": {
      "source": {
        "source": "github",
        "repo": "ginopoitier/claude-plugins"
      }
    }
  }
}

Add that to .claude/settings.json in any shared repository.

Private repository access

For background auto-updates, set a GitHub token:

# bash/zsh
export GITHUB_TOKEN=ghp_xxxxxxxxxxxxxxxxxxxx

# Windows CMD
setx GITHUB_TOKEN "ghp_xxxxxxxxxxxxxxxxxxxx"

README mirrored from the source repository 5 months ago. The original is authoritative.

Questions

About Vue

How do I install Vue?

Run claude mcp add vue -- npx -y @ginopoitier/vue-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Vue safe to use with an AI agent?

Its trust score is 37 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Vue still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.