mcpbeat Sign in

aispace MCP Server

local only

aispace runs on your own machine — the client starts it, so there is no endpoint to ping. 66 installs a week from npm. Last commit 10 Sep 2026.

Secure, expiring artifact storage and handoff for AI agents.

Installs per day peak 66 · avg 2
a month agotoday
66
Installs / week
npm · @aispace-sh/cli
13
Stars
0 open issues
10 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Go

Nothing serious here today

Today is the operative word: we check aispace every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp -- npx -y @aispace-sh/cli
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@aispace-sh/cli"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@aispace-sh/cli"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@aispace-sh/cli"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@aispace-sh/cli"
      ],
      "command": "npx"
    }
  }
}

Alternatives to aispace

same job, measured the same way
Scripthold
by zoster81

Secure encoding-aware local workspace runtime for AI agents

local only
Agent Security
by mdfifty50-boop

Security scanning and threat detection for AI agents

31 installs/wk local only
E2b
by mcparmory

Create and manage secure sandboxes for running AI agent code

238 installs/wk local only
Orcha
by westonhancock

Securely search and manage workspace context files for AI agents and teams.

answering
Domain Intel
by erikirby

Website intelligence for AI agents: tech stack, hosting, security posture, SEO, and DNS.

10 installs/wk local only
MCP Process
by digital-defiance

Process management and monitoring for AI agents with strict security boundaries

51 installs/wk local only
Changegamer
by beneb89

Agent-first resource directory for AI agents: protocols, security, RAG, memory, evals, and more.

14 tools answering
C
Opzyai Security Check
by opzyai

Local-first security check for AI coding agents: secrets, .env exposure, git-history leaks, CVEs.

45 installs/wk local only

aispace — questions

Answers built from our own checks of this server.

Why is there no uptime for aispace?
aispace runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @aispace-sh/cli was installed 66 times last week.
How do I connect aispace?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @aispace-sh/cli straight from npm; nothing to host, nothing to sign up for.
How many people use aispace?
The npm package @aispace-sh/cli was installed 66 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is aispace open source?
Yes — it is published under the MIT licence, written in Go and 13 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.