@conxt/mcp
@conxt/mcp
ローカルファーストのMCPサーバー。統制されたAIメモリを実現します。 エージェントはメモリを提案し、あなたが承認し、承認されたメモリだけが呼び出されます。アカウント不要でスタンドアロン動作し、オプションでConxtクラウドに同期してチームメモリを共有できます。
オープンなGoverned Memory Record形式を実装しています。
クイックスタート
IDEに向けるだけ — インストールもサインアップも不要です:
Cursor (~/.cursor/mcp.json)
{ "mcpServers": { "conxt": { "command": "npx", "args": ["-y", "@conxt/mcp"] } } }Claude Code
claude mcp add conxt -- npx -y @conxt/mcpClaude Desktop → 設定 → 開発者 → 設定ファイルを編集: Cursorと同じブロックです。
これだけです。メモリはお使いのマシンの~/.conxt/memory.jsonに保存されます。
Related MCP server: Centralaizer
ツール
ツール | 呼び出し元 | 機能 |
| エージェント | メモリを提案する(保留中 — まだ統制されない) |
| エージェント | クエリに対して承認済みメモリを呼び出す |
| エージェント/あなた | 承認待ちの内容を確認する |
| あなた | 保留中のメモリを承認する → 統制が有効になる |
| あなた | 却下または削除する |
統制を成立させるルール: エージェントは提案できても、承認できるのは人間だけ — そしてrecallは承認済み以外を決して返しません。
ターミナルからの人間による承認
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ソロ利用で手間を省きたい場合: CONXT_AUTO_APPROVE=1を設定すれば、rememberした内容はその場で承認されます。
クラウドモード(オプション)
ローカルが常に真実の情報源です。両方の環境変数を設定すると、承認済みレコードをConxtワークスペースにもプッシュし、共有・統制されたチームメモリを実現します:
CONXT_API_KEY=... CONXT_API_URL=https://...同期に失敗しても、ローカルメモリには影響しません。
設定
環境変数 | デフォルト | 用途 |
|
| ローカルストアのパス |
| オフ |
|
| 未設定 | オプションのクラウド同期 |
開発
npm install && npm run build && node dist/index.jsライセンス
MIT。
公開
CI(.github/workflows/ci.yml)は、プッシュのたびにビルドとガバナンスのスモークテストを実行します。npmにリリースするには:
npmjs.comで、**
@conxt**スコープを所有していることを確認する — またはpackage.jsonでパッケージ名をスコープなしのconxt-mcpに変更する。リポジトリのシークレット(設定 → シークレットと変数 → Actions)に**
NPM_TOKEN**(Automationトークン)を追加する。リリースを切る:
npm version patch # or minor / major — creates a v* tag git push --follow-tagspublishワークフローは、ビルド、スモークテスト、npm publish --access publicを実行します。
または手動で公開:
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