MCP-native · for founders and their agents

The canon of
your startup.

Vision. Principles. Strategy. Product. One vault your whole team — and every AI agent — reads from and writes to.

One source of truth

Markdown files in folders. Like Obsidian, but synced and shared with the right roles.

Roles per vault

Owners, admins, and read-only members. Add as many vaults as you need.

Native MCP

Generate a token, paste it into Claude or ChatGPT. Your agent reads the canon, every time.

For your AI agents

Stop re-explaining your company to every model.

Generate a per-user, per-vault MCP token. Drop it into your client. Your agents now know your strategy, your principles, and your product definition — and can update them when something changes.

~ claude_desktop_config.json
{
  "mcpServers": {
    "canon-vault": {
      "url": "https://canonvault.app/api/public/mcp/<your-vault-id>",
      "headers": {
        "Authorization": "Bearer cv_xxxxxxxxxxxxxxxxxxxxxxxx"
      }
    }
  }
}