Skip to main content
Glama

Vibeship Spawner Skills MCP Server

An MCP (Model Context Protocol) server that provides access to the vibeship-spawner-skills - 462+ production-grade skills for AI-powered product building.

Quick Start

Prerequisites

# Install dependencies
npm install

# Clone skills repository (or run ./update-skills.sh)
git clone --depth 1 https://github.com/vibeforge1111/vibeship-spawner-skills.git ./skills

Run the Server

node src/server.js

Use with Antigravity

Add to ~/.gemini/antigravity/mcp_config.json:

{
  "mcpServers": {
    "vibeship-skills": {
      "command": "node",
      "args": ["/path/to/vibeship/src/server.js"],
      "env": {
        "SKILLS_DIR": "/path/to/vibeship/skills"
      }
    }
  }
}

Related MCP server: Superpowers MCP Server

Available Tools

Tool

Description

spawner_skills

Search skills by name, category, or keyword

list_categories

List all available skill categories

get_skill

Get complete skill details including all YAML files

spawner_validate

Get validation rules for a technology

spawner_watch_out

Get sharp edges (gotchas/warnings) for a technology

Update Skills

./update-skills.sh

License

Apache-2.0

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • -
    license
    -
    quality
    -
    maintenance
    Enables intelligent discovery and management of Claude Skills through semantic search, ratings, favorites, and community curation. Provides tools to search, upload, rate, and organize skills with natural language queries and comprehensive metadata.
    Last updated
  • -
    license
    -
    quality
    -
    maintenance
    Provides access to 224 battle-tested skills plus multi-agent orchestration, exposed as tools for Claude or Codex.
    Last updated

View all related MCP servers

Related MCP Connectors

  • Curated knowledge API for AI agents - skill packs, semantic search, validated patterns.

  • A registry of 5,900+ peer-authored skills any MCP agent can search and load on demand.

  • Agent-first skill marketplace with USK open standard for Claude, Cursor, Gemini, Codex CLI.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Tattooed-Geek/vibeship'

If you have feedback or need assistance with the MCP directory API, please join our Discord server