npm spacefaststreamable-httpupdated 18d ago
Publish files and folders with Spacefast from Claude Code, Claude Desktop, Codex, or Cursor. Each plugin includes the instructions and MCP configuration its client needs.
¿Qué puedes hacer con Spacefast?
Spacefast plugins
Publish files and folders with Spacefast from Claude Code, Claude Desktop, Codex, or Cursor. Each plugin includes the instructions and MCP configuration its client needs.
Install
Claude Code
claude plugin marketplace add spacefast/plugins
claude plugin install spacefast@spacefast
Claude Desktop
Download spacefast.mcpb
and open it in Claude Desktop.
Codex
codex plugin marketplace add spacefast/plugins
codex plugin add spacefast@spacefast
Cursor
Install the released Cursor plugin.
Skill only
Use the standalone skill when your agent supports skills but not plugins:
npx -y skills add spacefast/plugins --skill spacefast -g -y
Use
Ask your agent: Publish this project with Spacefast.
Anonymous publishes need no account and return a live URL plus a one-time claim link. Run
npx -y spacefast login first when you want to publish into your team.
Guides
Instalación
Añade Spacefast a tu cliente. Elige el que uses.
{
"servers": {
"spacefast": {
"type": "http",
"url": "https://mcp.spacefast.com"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add spacefast -- npx -y spacefastcodex mcp add spacefast -- npx -y spacefastamp mcp add spacefast -- npx -y spacefast{
"mcpServers": {
"spacefast": {
"command": "npx",
"args": [
"-y",
"spacefast"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"spacefast": {
"command": "npx",
"args": [
"-y",
"spacefast"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"spacefast": {
"command": "npx",
"args": [
"-y",
"spacefast"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"spacefast": {
"command": "npx",
"args": [
"-y",
"spacefast"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"spacefast": {
"command": "npx",
"args": [
"-y",
"spacefast"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"spacefast": {
"type": "local",
"command": "npx",
"args": [
"-y",
"spacefast"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"spacefast": {
"command": {
"path": "npx",
"args": [
"-y",
"spacefast"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y spacefastRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Puntuación
39 / 100
Incompleta
- Documentación15/25
- Mantenimiento25/25
- Confianza9/20
- Capacidad0/15
- Instalación15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 10 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Historial de versiones
| Versiones | Publicada |
|---|---|
| 0.0.26Última | 22 ago 2026 |
| 0.0.24 | 12 ago 2026 |
| 0.0.23 | 6 ago 2026 |
| 0.0.21 | 5 ago 2026 |
| 0.0.20 | 5 ago 2026 |
| 0.0.18 | 5 ago 2026 |
| 0.0.17 | 5 ago 2026 |
| 0.0.12 | 27 jul 2026 |
| 0.0.11 | 19 jul 2026 |
| 0.0.10 | 19 jul 2026 |
| 0.0.9 | 15 jul 2026 |
| 0.0.8 | 15 jul 2026 |
| 0.0.7 | 15 jul 2026 |
| 0.0.6 | 10 jul 2026 |