Nolane Habitat
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Nolane HabitatStart a task to map the authentication flow"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Nolane Habitat
Project intelligence for coding agents.
Nolane Habitat gives an agent a durable, revision-aware workspace for understanding and evolving a software project. It combines semantic project context, governed source changes, verification, task checkpoints, an MCP interface, and a read-only Observatory in one local system.
What Habitat brings to an agent
Durable project memory — a SQLite-backed workspace records source identity, semantic evidence, context, checkpoints, and verification history.
Focused semantic context — agents can start a task, inspect relevant objects, follow references, and continue with bounded context instead of rebuilding understanding from scratch.
Governed source evolution — journaled mutations, source anchors, transaction recovery, and path-scoped verification support deliberate code changes.
Live project awareness — Habitat reconciles source revisions and keeps task context aligned with the working project.
Codex-native operation — an MCP adapter exposes task, context, inspection, change, verification, UI, checkpoint, and resume workflows to Codex.
Clear observability — the loopback Observatory presents project and agent activity through a read-only runtime surface.
Related MCP server: WorkspaceGuard
Quick start on Windows
Python 3.10+ is required. Clone the repository, then create a virtual environment with the development, MCP, and Python semantic capabilities:
git clone https://github.com/Nolane-x/Nolane-habitat.git
cd Nolane-habitat
python -m venv .venv
.\.venv\Scripts\python -m pip install -U pip
.\.venv\Scripts\python -m pip install -e ".[dev,mcp,python-semantic]"Create a Habitat workspace beside the source project, then orient a task:
$source = (Resolve-Path .).Path
$workspace = "$source.habitat"
.\.venv\Scripts\habitat.exe create $source $workspace
.\.venv\Scripts\habitat.exe enter $workspace
.\.venv\Scripts\habitat.exe orient $workspace "map the authentication flow"The workspace is intentionally separate from the source directory, keeping Habitat state independent from the project it understands.
Use it with Codex
Register the initialized workspace as an MCP server:
$python = (Resolve-Path .\.venv\Scripts\python.exe).Path
codex mcp add nolane-habitat -- $python -m habitat.mcp_adapter $workspace --no-open-observatory
codex mcp listInstall the bundled Codex skills from the local checkout:
$repo = (Resolve-Path .).Path
codex plugin marketplace add $repo
codex plugin add nolane-habitat@personalStart a Codex task with $nolane-habitat to use the project workspace, or $nolane-habitat-maintainer when improving Habitat itself. The full setup and day-to-day workflow are in Codex integration.
A practical development loop
Create or open a Habitat workspace for the project.
Start a task and gather bounded semantic context.
Inspect symbols and references before editing.
Apply an authorized source change through the governed workflow.
Verify affected paths and checkpoint the result for the next agent.
This loop makes context, changes, evidence, and handoffs durable across longer-running agent work.
Core surfaces
Surface | What it provides |
CLI | Workspace creation, orientation, inspection, mutation, verification, checkpoints, and resume. |
MCP | Codex tools for task context, source understanding, governed changes, verification, and handoff. |
Semantic providers | Python and TypeScript project evidence with source anchors and relationship data. |
Mutation engine | Journaled source writes, rollback support, and recovery-aware transaction handling. |
Observatory | A loopback, read-only view of project and agent activity. |
Documentation
Verify a checkout
.\.venv\Scripts\python tools\run_test_matrix.py --workers 1 --timeout 180Nolane Habitat 0.1.0-alpha.18 is ready for local project cognition, governed agent workflows, and Codex integration.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityBmaintenanceMulti-project execution, memory, and collaboration platform for humans and AI agents, providing MCP tools for agents to read and write project state.2MIT
- FlicenseBqualityBmaintenanceStructured workspace runtime for long-running coding agents, providing controlled workspace capabilities with task state, snapshots, checkpoints, drift detection, verification evidence, audit logs, and structured handoff.20
- Alicense-qualityAmaintenanceLocal-first MCP server that provides project context, verification gates, and structured tools for coding agents to discover knowledge, run diagnostics, and execute allowlisted commands within a repository.43MIT
- Flicense-qualityAmaintenanceTurns local project directories into persistent MCP workspaces, allowing AI agents to read files, modify code, run commands, manage Git, and save session progress across conversations.
Related MCP Connectors
Cross-agent artifact workspace with provenance across Claude Code, Codex, Cursor, LangGraph.
The project brain for AI coding agents — memory, decisions, sprints, knowledge base via MCP.
Control plane for autonomous software labor. Agents claim objectives over MCP with audit trail.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Nolane-x/Nolane-habitat'
If you have feedback or need assistance with the MCP directory API, please join our Discord server