READ
get_project_context
Returns the approved Problem Case, current MVP Design, architecture, features, tasks, tests, and delivery checklist.
Project-scoped MCP
Connect a completed Immensity Design to an MCP-compatible IDE and give the agent the approved problem, solution architecture, task graph, acceptance checks, and release context.
{
"mcpServers": {
"immensity": {
"command": "npx",
"args": ["-y", "immensity-mcp-server"],
"env": {
"IMMENSITY_PROJECT_TOKEN": "••••••••"
}
}
}
}The MCP surface
READ
get_project_contextReturns the approved Problem Case, current MVP Design, architecture, features, tasks, tests, and delivery checklist.
READ
get_next_taskReturns the next incomplete task whose dependencies are finished.
WRITE
update_task_progressSaves todo, in-progress, blocked, or done status with an optional implementation note.
Security by boundary
The connection cannot access another Project.
Tokens are displayed once and stored only as SHA-256 hashes.
Every connection expires automatically after 30 days.
Disconnect the coding agent from Design whenever you need to.
Setup
Approve the cited Problem Case.
Approve the MVP, architecture, and task graph.
Generate the project-scoped token in Design.
Add Immensity to your MCP-compatible development environment.
Explore, Analysis, and Design happen in Immensity. MCP begins when the approved project is ready to build.
Ready for the handoff?
Start with evidence and connect when the Design is approved.
Create a project