@conxt/mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@conxt/mcpshow me pending memory proposals"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@conxt/mcp
Local-first MCP server for governed AI memory. Your agents propose memories; you approve them; only approved memories are ever recalled. Runs standalone with no account — optionally syncs to Conxt cloud for team memory.
Implements the open Governed Memory Record format.
Quickstart
Point your IDE at it — no install, no signup:
Cursor (~/.cursor/mcp.json)
{ "mcpServers": { "conxt": { "command": "npx", "args": ["-y", "@conxt/mcp"] } } }Claude Code
claude mcp add conxt -- npx -y @conxt/mcpClaude Desktop → Settings → Developer → Edit Config: same block as Cursor.
That's it. Memory lives in ~/.conxt/memory.json on your machine.
Related MCP server: Centralaizer
The tools
Tool | Who calls it | What it does |
| agent | Propose a memory (pending — doesn't govern yet) |
| agent | Recall approved memories for a query |
| agent/you | See what's awaiting approval |
| you | Approve a pending memory → it now governs |
| you | Decline or delete |
The rule that makes it governed: an agent can propose, but only a human can
approve — and recall never returns anything that isn't approved.
Human approval from the 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 livesPrefer zero friction for solo use? Set CONXT_AUTO_APPROVE=1 and everything you
remember is approved on the spot.
Cloud mode (optional)
Local is always the source of truth. Set both env vars to also push approved records to your Conxt workspace for shared, governed team memory:
CONXT_API_KEY=... CONXT_API_URL=https://...A sync failure never affects your local memory.
Config
Env | Default | Purpose |
|
| Local store path |
| off | Approve on |
| unset | Optional cloud sync |
Develop
npm install && npm run build && node dist/index.jsLicense
MIT.
Publishing
CI (.github/workflows/ci.yml) builds and runs the governance smoke test on every
push. To release to npm:
On npmjs.com, confirm you own the
@conxtscope — or rename the package to unscopedconxt-mcpinpackage.json.Add an
NPM_TOKEN(Automation token) as a repository secret (Settings → Secrets and variables → Actions).Cut a release:
npm version patch # or minor / major — creates a v* tag git push --follow-tagsThe
publishworkflow builds, smoke-tests, and runsnpm publish --access public.
Or publish manually:
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
Person-owned, portable AI memory as a remote MCP server, readable and writable by any MCP client.
Cloud-hosted MCP server for durable AI memory
Private-by-default, local-first memory/context/task orchestrator for MCP apps and agents.
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