@conxt/mcp
@conxt/mcp
Lokaler MCP-Server für gesteuerte KI-Erinnerungen. Deine Agenten schlagen Erinnerungen vor; du genehmigst sie; nur genehmigte Erinnerungen werden jemals abgerufen. Läuft eigenständig ohne Konto – optional synchronisierbar mit der Conxt-Cloud für Team-Erinnerungen.
Implementiert das offene Governed Memory Record-Format.
Schnellstart
Richte deine IDE darauf aus – keine Installation, keine Anmeldung:
Cursor (~/.cursor/mcp.json)
{ "mcpServers": { "conxt": { "command": "npx", "args": ["-y", "@conxt/mcp"] } } }Claude Code
claude mcp add conxt -- npx -y @conxt/mcpClaude Desktop → Einstellungen → Entwickler → Konfiguration bearbeiten: gleicher Block wie bei Cursor.
Das war's. Erinnerungen werden in ~/.conxt/memory.json auf deinem Rechner gespeichert.
Related MCP server: Centralaizer
Die Tools
Tool | Wer ruft es auf | Was es tut |
| Agent | Erinnerung vorschlagen (ausstehend – steuert noch nicht) |
| Agent | genehmigte Erinnerungen für eine Abfrage abrufen |
| Agent/du | Anzeigen, was auf Genehmigung wartet |
| du | Ausstehende Erinnerung genehmigen → sie steuert jetzt |
| du | Ablehnen oder löschen |
Die Regel, die es gesteuert macht: Ein Agent kann vorschlagen, aber nur ein Mensch kann genehmigen – und recall gibt niemals etwas zurück, das nicht genehmigt ist.
Menschliche Genehmigung über das Terminal
npx @conxt/mcp pending # what's waiting
npx @conxt/mcp approve <id> # approve it
npx @conxt/mcp reject <id>
npx @conxt/mcp list
npx @conxt/mcp path # where the store livesBevorzugst du ohne Reibung für den Einzelgebrauch? Setze CONXT_AUTO_APPROVE=1 und alles, was du remember, wird sofort genehmigt.
Cloud-Modus (optional)
Lokal ist immer die Quelle der Wahrheit. Setze beide Umgebungsvariablen, um genehmigte Datensätze zusätzlich in deinen Conxt-Arbeitsbereich zu übertragen, für gemeinsame, gesteuerte Team-Erinnerungen:
CONXT_API_KEY=... CONXT_API_URL=https://...Ein Synchronisierungsfehler beeinträchtigt niemals deine lokalen Erinnerungen.
Konfiguration
Umgebungsvariable | Standard | Zweck |
|
| Lokaler Speicherpfad |
| aus | Bei |
| nicht gesetzt | Optionale Cloud-Synchronisierung |
Entwicklung
npm install && npm run build && node dist/index.jsLizenz
MIT.
Veröffentlichung
CI (.github/workflows/ci.yml) baut und führt den Governance-Smoke-Test bei jedem Push aus. Zur Veröffentlichung auf npm:
Bestätige auf npmjs.com, dass du die
@conxt-Scope besitzt – oder benenne das Paket inpackage.jsonin das ungescopteconxt-mcpum.Füge einen
NPM_TOKEN(Automation-Token) als Repository-Secret hinzu (Einstellungen → Secrets and variables → Actions).Erstelle ein Release:
npm version patch # or minor / major — creates a v* tag git push --follow-tagsDer
publish-Workflow baut, führt Smoke-Tests aus und führtnpm publish --access publicaus.
Oder manuell veröffentlichen:
npm install && npm run build && npm login && npm publish --access publicMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceA local-first MCP memory server providing persistent, searchable memory for AI agents, powered by SQLite.51Apache 2.0
- FlicenseNot gradedqualityCmaintenanceA local-first, privacy-preserving centralized memory hub for AI agents — MCP-compatible, zero cloud egress.3
- AlicenseNot gradedqualityCmaintenanceA local-first memory server for AI tools that provides cross-tool, consent-gated, and auditable memory management via MCP.AGPL 3.0
- AlicenseNot gradedqualityAmaintenanceA local-first MCP server that gives AI clients a shared, user-owned memory and skills plane, enabling persistent memory across apps via the Model Context Protocol.MIT
Related MCP Connectors
Cloud-hosted MCP server for durable AI memory
Private-by-default, local-first memory/context/task orchestrator for MCP apps and agents.
Shared, governed long-term memory for AI agents across tools and sessions via MCP and REST.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pgavali0318/conxt-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server