Noosphere

Working memory of your context for AI tools.

Your thinking is scattered across threads, tools, and devices. Each conversation is a silo — what you figured out in one doesn't exist in the other. Noosphere connects them.

Think out loud on your phone, build at your desk, refine in a different tool. They all share the same context. Read more →

Connect your tools

Noosphere works with any AI tool that supports MCP. Connect as many as you want — they all share the same memory.

https://usenoosphere.ai/mcp

Claude.ai

Customize → Integrations → Add → paste the URL above.

ChatGPT

Settings → Apps → Create → paste the URL above. Requires Pro, Team, or Enterprise with Developer Mode enabled. In the description field, paste:

Persistent memory across conversations. Browse at the start to pick up where you left off. Save when a decision is made or the session ends. Use automatically — the user doesn't need to ask.

Claude Code

claude mcp add noosphere --transport http --scope user https://usenoosphere.ai/mcp

Cursor

Add to ~/.cursor/mcp.json:

{
  "mcpServers": {
    "noosphere": {
      "url": "https://usenoosphere.ai/mcp"
    }
  }
}

Codex

Add to ~/.codex/config.toml:

[mcp_servers.noosphere]
url = "https://usenoosphere.ai/mcp"

Windsurf

Add to ~/.codeium/windsurf/mcp_config.json:

{
  "mcpServers": {
    "noosphere": {
      "serverUrl": "https://usenoosphere.ai/mcp"
    }
  }
}

Other tools

Point any MCP-compatible tool at the URL above. OAuth will prompt you to log in.

Then just talk naturally

“What were we working on?”
“Remember this decision”
“Save where we are”

The AI handles everything behind the scenes. No commands to learn.

Ready to build?

Once your brainstorm becomes a decision, use Proto to turn it into a working prototype. Proto structures your project into a spec, plan, and tracked tasks. Subagents implement in parallel while you steer.