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.
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Topics declared
- ✓Documented (README)
- !Licence file present but not machine-readable
git clone https://github.com/Tempreon/tempreon-mcp{
"mcpServers": {
"tempreon-mcp": {
"command": "node",
"args": ["/path/to/tempreon-mcp/dist/index.js"]
}
}
}Resumen de MCP Servers
# 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)
Lo que la gente pregunta sobre tempreon-mcp
¿Qué es Tempreon/tempreon-mcp?
+
Tempreon/tempreon-mcp es mcp servers para el ecosistema de Claude AI. 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. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-08-17.
¿Cómo se instala tempreon-mcp?
+
Puedes instalar tempreon-mcp clonando el repositorio (https://github.com/Tempreon/tempreon-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar Tempreon/tempreon-mcp?
+
Nuestro agente de seguridad ha analizado Tempreon/tempreon-mcp y le ha asignado un Trust Score de 80/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene Tempreon/tempreon-mcp?
+
Tempreon/tempreon-mcp es mantenido por Tempreon. La última actividad registrada en GitHub es del 2026-08-17, con 0 issues abiertos.
¿Hay alternativas a tempreon-mcp?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega tempreon-mcp en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](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>Más MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
The fastest path to AI-powered full stack observability, even for lean teams.
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!