Skip to main content
ClaudeWave

Portable knowledge layer about you, connected to AI tools via the Model Context Protocol (MCP). Carries your knowledge, voice, and decisions across Claude, ChatGPT, Cursor, and any MCP-capable client.

MCP ServersOfficial Registry0 stars0 forksNOASSERTIONUpdated 6d ago
ClaudeWave Trust Score
80/100
Trusted
Passed
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Flags
  • !Licence file present but not machine-readable
Last scanned: 8/24/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/Tempreon/tempreon-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "tempreon-mcp": {
      "command": "node",
      "args": ["/path/to/tempreon-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/Tempreon/tempreon-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# Tempreon

**The MCP layer between you and every AI tool. Your voice, your decisions, your judgment. Across Claude, ChatGPT, Cursor, and any MCP-capable client.**

[tempreon.com](https://tempreon.com/?utm_source=github_readme&utm_medium=repository&utm_campaign=mcp_registry_launch) · [Documentation](https://tempreon.com/support/docs) · [Pricing](https://tempreon.com/pricing) · [Use cases](https://tempreon.com/use-cases) · [About](https://tempreon.com/about)

---

## What Tempreon is

Tempreon is a portable knowledge layer about you, connected to AI tools through the Model Context Protocol (MCP). Where a company knowledge base brings a company's knowledge to AI, Tempreon brings *you* to AI — your voice, your decisions, your accumulated knowledge, your judgment — across every LLM you use.

Where most memory systems store and recall, Tempreon learns and grows. The model changes. The layer travels. The work compounds.

## What it does

- **Persistent identity layer.** Your Core Imprint, Knowledge Vault, Instincts, and captured patterns travel with you across every AI tool you connect.
- **Cross-LLM continuity.** Knowledge captured in Claude is available in ChatGPT, Cursor, Codex, and any MCP-capable client. No re-explaining.
- **Learning, not just memory.** Tempreon doesn't only store what you said — it learns from how you actually work, what you decide, and refines those patterns over time.
- **Person-centered, not company-centered.** Built around the individual operator, consultant, founder, or knowledge worker — not the team or department.

See [tempreon.com/use-cases](https://tempreon.com/use-cases) for how operators, consultants, founders, sales professionals, knowledge workers, and others put Tempreon to work.

## How it works

1. **Create your Tempreon account** at [tempreon.com](https://tempreon.com/?utm_source=github_readme&utm_medium=repository&utm_campaign=mcp_registry_launch). Complete the 13-dimension onboarding to seed your Core Imprint (~15 minutes).
2. **Connect a Bridge.** Generate a Bridge URL from your dashboard, paste it into your MCP client (Claude Desktop, ChatGPT, Cursor, etc.), and authorize via OAuth in your browser.
3. **Use any AI tool.** Your Tempreon layer is available across every connected client. As you work, Tempreon captures knowledge and refines instincts in the background.

For terminology specific to Tempreon (Core Imprint, Knowledge Vault, Forge Journey, Bridges, Instincts, and more), see the [glossary](https://tempreon.com/glossary).

## Supported clients

| Client | Mode | Setup guide |
|---|---|---|
| Claude Desktop | macOS, Windows | [/support/docs/bridges/claude-desktop](https://tempreon.com/support/docs/bridges/claude-desktop) |
| Claude Code | CLI | [/support/docs/bridges/claude-code](https://tempreon.com/support/docs/bridges/claude-code) |
| Codex | ChatGPT Mac app, IDE extension, CLI | [/support/docs/bridges/codex](https://tempreon.com/support/docs/bridges/codex) |
| ChatGPT | Web + desktop | [/support/docs/bridges/chatgpt](https://tempreon.com/support/docs/bridges/chatgpt) |
| Cursor | Code editor | [/support/docs/bridges/cursor](https://tempreon.com/support/docs/bridges/cursor) |
| Windsurf + other MCP-capable clients | Any | [/support/docs/bridges/connect-any-client](https://tempreon.com/support/docs/bridges/connect-any-client) |

## Technical orientation

- **Transport.** Streamable HTTP (not stdio). No local config file or local process to manage — Tempreon is a hosted MCP server. Connect with a single URL.
- **Endpoint.** `https://api.tempreon.com/functions/v1/tempreon-mcp/mcp`
- **Registry.** Listed on the official [MCP Registry](https://registry.modelcontextprotocol.io) as `com.tempreon/tempreon`.
- **Authentication.** OAuth 2.1 with PKCE. Dynamic client registration per [RFC 7591](https://datatracker.ietf.org/doc/html/rfc7591) — no pre-registration required.
- **Per-user isolation.** Each account is isolated at the database level via row-level security. Your data is never shared with other users or used to train AI models — see our [AI Use Policy](https://tempreon.com/legal/ai-policy) for the full statement.

See [`docs/install.md`](docs/install.md) for a quick install snippet, or the [universal install guide](https://tempreon.com/support/docs/bridges/connect-any-client) for the canonical walkthrough.

## Get started

[Start free at tempreon.com](https://tempreon.com/?utm_source=github_readme&utm_medium=repository&utm_campaign=mcp_registry_launch)

**Free and paid plans** — paid from **$19/month** (Founders Circle pricing, effective rate when billed annually). See [tempreon.com/pricing](https://tempreon.com/pricing) for current plans and details.

## About

Tempreon is built by [Briggs Ventures, LLC](https://briggsventures.com) (d/b/a Tempreon). For the founder story and product origin, see [tempreon.com/about](https://tempreon.com/about). Five patent applications are pending on the underlying architecture, including knowledge classification, learning pipeline mechanics, decision rules, MCP-integrated identity, and cross-LLM portability.

## Resources & Trust

- **Security & data protection**: [tempreon.com/security](https://tempreon.com/security)
- **Trust center**: [tempreon.com/trust](https://tempreon.com/trust)
- **Sub-processors**: [tempreon.com/trust/sub-processors](https://tempreon.com/trust/sub-processors)
- **AI Use Policy** (how we do and don't use customer data with AI): [tempreon.com/legal/ai-policy](https://tempreon.com/legal/ai-policy)
- **Terms of Service**: [tempreon.com/legal/terms](https://tempreon.com/legal/terms)
- **Privacy Policy**: [tempreon.com/legal/privacy](https://tempreon.com/legal/privacy)
- **Cookies Policy**: [tempreon.com/legal/cookies](https://tempreon.com/legal/cookies)
- **Acceptable Use Policy**: [tempreon.com/legal/aup](https://tempreon.com/legal/aup)
- **Support center**: [tempreon.com/support](https://tempreon.com/support) · [FAQ](https://tempreon.com/support/faq)
- **Product changelog**: [tempreon.com/changelog](https://tempreon.com/changelog)
- **Glossary**: [tempreon.com/glossary](https://tempreon.com/glossary)

## License

Proprietary. All rights reserved. Patent pending. See [LICENSE](LICENSE) for repository-specific terms. The Tempreon product and service are governed by the [Terms of Service](https://tempreon.com/legal/terms). This repository contains public documentation and integration assets only — Tempreon's product source code is not open source.

## Contact

- **General**: team@tempreon.com
- **Support requests**: [tempreon.com/support/contact](https://tempreon.com/support/contact)
- **Security disclosures**: [SECURITY.md](SECURITY.md)
- **Documentation**: [tempreon.com/support/docs](https://tempreon.com/support/docs)
aichatgptclaudecursorknowledge-managementmcpmemorymodel-context-protocoloauthpersonalization

What people ask about tempreon-mcp

What is Tempreon/tempreon-mcp?

+

Tempreon/tempreon-mcp is mcp servers for the Claude AI ecosystem. Portable knowledge layer about you, connected to AI tools via the Model Context Protocol (MCP). Carries your knowledge, voice, and decisions across Claude, ChatGPT, Cursor, and any MCP-capable client. It has 0 GitHub stars and its last recorded update is dated 2026-08-17.

How do I install tempreon-mcp?

+

You can install tempreon-mcp by cloning the repository (https://github.com/Tempreon/tempreon-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is Tempreon/tempreon-mcp safe to use?

+

Our security agent has analyzed Tempreon/tempreon-mcp and assigned a Trust Score of 80/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains Tempreon/tempreon-mcp?

+

Tempreon/tempreon-mcp is maintained by Tempreon. The last recorded GitHub activity is dated 2026-08-17, with 0 open issues.

Are there alternatives to tempreon-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy tempreon-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: Tempreon/tempreon-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/tempreon-tempreon-mcp)](https://claudewave.com/repo/tempreon-tempreon-mcp)
<a href="https://claudewave.com/repo/tempreon-tempreon-mcp"><img src="https://claudewave.com/api/badge/tempreon-tempreon-mcp" alt="Featured on ClaudeWave: Tempreon/tempreon-mcp" width="320" height="64" /></a>

More MCP Servers

tempreon-mcp alternatives