Home › Other › aispace

aispace

Secure, expiring artifact storage and handoff for AI agents.

Go
★ 13 stars Last pushed 2026-09-20 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.4.1)

npx -y @aispace-sh/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "aispace-client": {
      "command": "npx",
      "args": [
        "-y",
        "@aispace-sh/[email protected]"
      ],
      "env": {
        "AISPACE_KEY": "<YOUR_VALUE>",
        "AISPACE_URL": "<YOUR_VALUE>",
        "AISPACE_ALLOWED_ROOTS": "<YOUR_VALUE>"
      }
    }
  }
}
  • AISPACE_KEY required secret — Scoped aispace bot key (ask_...).
  • AISPACE_URL — Optional aispace service origin; defaults to https://aispace.sh.
  • AISPACE_ALLOWED_ROOTS — Optional platform path-list restricting local file access.

This server takes extra arguments — see its repository.

Related servers

Data from the Official MCP Registry