aispace for Grok
sh.aispace/mcp
Secure, expiring artifact storage and handoff for AI agents.
client:Grok
transport:stdio
runtime:npm
Install aispace in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@aispace-sh/cli"
],
"env": {
"AISPACE_KEY": "<AISPACE_KEY>",
"AISPACE_URL": "<AISPACE_URL>",
"AISPACE_ALLOWED_ROOTS": "<AISPACE_ALLOWED_ROOTS>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs