mnem-mcp 0.1.3

Model Context Protocol server for mnem - the AI-native, local-first memory substrate for agents.
docs.rs failed to build mnem-mcp-0.1.3
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: mnem-mcp-0.1.0

mnem mcp

Model Context Protocol server for mnem - the AI-native, local-first memory substrate for agents.

Ships the mnem mcp binary, which speaks MCP JSON-RPC 2.0 over stdio. Any MCP-aware host (Claude Desktop, Cursor, Windsurf, Claude Code, custom clients) can point at it and mnem's tools show up: mnem_stats, mnem_schema, mnem_search, mnem_vector_search, mnem_retrieve, mnem_get_node, mnem_traverse, mnem_commit, mnem_resolve_or_create, mnem_recent. Every response carries _meta with bytes, latency_micros, and tokens_estimate so the caller can reason about the cost of its own calls; writes propagate agent_id and task_id into commit and operation metadata so provenance stays queryable.

mnem mcp --repo ./my-mnem-repo
# or
MNEM_REPO=./my-mnem-repo mnem mcp

Workspace top: ../../README.md. MCP guide: ../../docs/guide/mcp.md.

Licensed under Apache-2.0.