npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

spaceshipai

v0.1.5

Published

Spaceship AI CLI — connect your AI coding tools, manage agents, and more

Readme

Spaceship AI CLI

Install the Spaceship AI MCP server into every AI coding tool on your machine with one command.

Quick start

npx spaceshipai@latest init

Opens your browser to sign in and authorize the CLI — no API key copying required. Detects and installs to Claude Code, Cursor, VS Code, and Windsurf — whichever you have installed.

Install to Cursor

Install in Cursor

Available MCP tools

Once installed, these tools are available in your AI IDE:

| Tool | Description | |------|-------------| | list_projects | List all projects in your org | | list_agents | List agents, optionally filtered by project | | get_agent | Get full details of a single agent | | create_agent | Create an agent with auto-generated system prompt | | update_agent | Update name, prompt, or tools | | delete_agent | Permanently delete an agent | | run_agent | Start an async run; returns execution_id | | get_run_status | Poll run status until completed or errored | | get_run_logs | Fetch full event log for a completed run | | list_executions | List recent runs with status and duration | | test_agent | Quick sync test with 15s timeout | | list_tools | List tools available to attach to agents | | list_orchestrations | List orchestrations, optionally filtered by project | | get_orchestration | Get full details of an orchestration including its members | | run_orchestration | Start an async orchestration run; returns execution_id | | test_orchestration | Quick sync test of an orchestration with 15s timeout |

Manual configuration

If you prefer to configure manually, add this to your IDE's MCP config file:

{
  "spaceship": {
    "command": "uvx",
    "args": ["spaceship-mcp"],
    "env": {
      "SPACESHIP_API_KEY": "sk_live_..."
    }
  }
}

| IDE | Config file | |-----|-------------| | Claude Code | ~/.claude/mcp.json or run claude mcp add | | Cursor | ~/.cursor/mcp.json | | VS Code | .vscode/mcp.json | | Windsurf | ~/.codeium/windsurf/mcp_config.json |

License

MIT