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 orgget_projectGet project details with task and agent countscreate_projectCreate a new projectlist_tasksList tasks filtered by project, status, or agentget_taskGet task with full accumulated knowledgecreate_taskCreate a task with optional initial knowledgeupdate_taskUpdate task and optionally append knowledgelist_agentsList agents in a projectcreate_agentCreate an agent with system promptlist_missionsList missions in a projectget_missionGet mission with its tasksappend_task_knowledgeAppend to a task's knowledge logwhoamiCheck your org, key, and rate limit headroomSecurity
- 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