Skip to main content
Glama

@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/mcp

Claude 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

remember

Agent

Erinnerung vorschlagen (ausstehend – steuert noch nicht)

recall

Agent

genehmigte Erinnerungen für eine Abfrage abrufen

list_pending

Agent/du

Anzeigen, was auf Genehmigung wartet

approve

du

Ausstehende Erinnerung genehmigen → sie steuert jetzt

reject / forget

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 lives

Bevorzugst 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

CONXT_STORE

~/.conxt/memory.json

Lokaler Speicherpfad

CONXT_AUTO_APPROVE

aus

Bei remember genehmigen (Einzelmodus)

CONXT_API_KEY / CONXT_API_URL

nicht gesetzt

Optionale Cloud-Synchronisierung

Entwicklung

npm install && npm run build && node dist/index.js

Lizenz

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:

  1. Bestätige auf npmjs.com, dass du die @conxt-Scope besitzt – oder benenne das Paket in package.json in das ungescopte conxt-mcp um.

  2. Füge einen NPM_TOKEN (Automation-Token) als Repository-Secret hinzu (Einstellungen → Secrets and variables → Actions).

  3. Erstelle ein Release:

    npm version patch      # or minor / major — creates a v* tag
    git push --follow-tags

    Der publish-Workflow baut, führt Smoke-Tests aus und führt npm publish --access public aus.

Oder manuell veröffentlichen:

npm install && npm run build && npm login && npm publish --access public
Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    C
    maintenance
    A local-first MCP memory server providing persistent, searchable memory for AI agents, powered by SQLite.
    5
    1
    Apache 2.0
  • A
    license
    Not graded
    quality
    A
    maintenance
    A 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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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