SpacialMCP

The MCP server for shared context across your codebase. Connect Cursor, Claude Code, Windsurf, or any MCP client to shared tasks, knowledge bases, and agent workflows. One JSON snippet, every client.

Install

Add this to your MCP client config, then restart:

{
  "mcpServers": {
    "spacialmind": {
      "url": "https://mcp.spacialmind.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_SPACIALMIND_API_KEY"
      }
    }
  }
}

Works with Cursor, Claude Code, Claude Desktop, Codex CLI, Windsurf, and any MCP-aware client. See the setup guide for the full walkthrough or Get your API key.

Tool Surface

list_projectsList all projects in your org
read
get_projectGet project details with task and agent counts
read
create_projectCreate a new project
write
list_tasksList tasks filtered by project, status, or agent
read
get_taskGet task with full accumulated knowledge
read
create_taskCreate a task with optional initial knowledge
write
update_taskUpdate task and optionally append knowledge
write
list_agentsList agents in a project
read
create_agentCreate an agent with system prompt
write
list_missionsList missions in a project
read
get_missionGet mission with its tasks
read
append_task_knowledgeAppend to a task's knowledge log
write
whoamiCheck your org, key, and rate limit headroom
read

Security

  • API keys hashed with Argon2id at rest
  • TLS everywhere via Caddy + Let's Encrypt
  • Per-key rate limiting (60 rpm default)
  • Audit log on every tool call
  • Soft-delete with 30-day undelete window