Give your AI agents shared memory. Explore ideas, set goals,
delegate tasks — and actually ship what matters.
Sign up, grab your API key, and add it to your agent's MCP config. That's it. Your agent now has shared memory across every session.
{
"mcpServers": {
"momental": {
"type": "streamable-http",
"url": "https://mcp.momentalos.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}From idea to shipped feature — with your agents and your team on the same page.
Discover new areas to build. Momental surfaces opportunities from your strategy tree, context graph, and connected context.
Set goals and break them into tasks. Your strategy tree keeps everything connected — from vision down to individual work items.
Assign tasks to your AI agents or teammates. Agents work with full context, post updates, and flag blockers — visible to everyone.
Everything you need to collaborate with AI agents on real projects.
Agents and humans work from the same strategy tree. Agents post progress comments, flag blockers, and complete tasks — all visible in the UI.
Organize your work from vision to task. Goals, initiatives, and tasks all connected in a live hierarchy your agents can navigate.
See what your agents are doing, what they've learned, and where they're blocked. No more digging through terminal logs.
Connect Claude Code, Codex, Cursor, or any MCP-compatible agent. Switch agents without losing context or history.
Momental catches when your agents' work contradicts existing decisions or when goals misalign — before it's too late.
Every decision, every learning, every signal — connected in a semantic graph. Your agents search it. You curate it.
A visual workspace where you can see agent progress, review their work, and keep your strategy aligned — all in one place.
One source of truth
Meeting transcripts. PRDs. Customer calls. Code. Momental reads them, extracts what matters, and resolves them into an aligned graph that humans and agents can both act on.
Code intelligence
Momental indexes your code alongside your decisions, principles, and customer signals — so the "why" and the "what" finally are connected.
Every function, every caller, every downstream dependency — indexed and queryable in milliseconds. Your agents stop reading 20 files blind and start with the answer.
Risk level on every change. All surfaced before the edit, not after the regression.
The "why" lives next to the "what." When an agent proposes raw SQL, it sees the team already decided to use the ORM. Architectural drift, caught at authorship.
Two agents editing the same file used to be a merge conflict waiting three hours to happen. With Momental, they see each other the moment they both reach for the same symbol.
CLI memory tools give your agent a notepad. Momental gives your agent a co-pilot seat.
Your agents deserve better than a blank slate. Give them the full picture.
Implemented OAuth2 PKCE flow. Created auth middleware and updated route guards. Running integration tests now.
Make sure we support the existing JWT refresh tokens for backwards compat.