semantic-memory-mcp 0.5.4

MCP server wrapping semantic-memory — local-first knowledge management with evidence-scored retrieval, contradiction detection, and adaptive routing
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.75"
name = "semantic-memory-mcp"
version = "0.5.4"
authors = ["Josh Stevenson <j.stevenson.cs@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MCP server wrapping semantic-memory — local-first knowledge management with evidence-scored retrieval, contradiction detection, and adaptive routing"
homepage = "https://github.com/RecursiveIntell/semantic-memory-mcp"
documentation = "https://docs.rs/semantic-memory-mcp"
readme = "README.md"
keywords = [
    "mcp",
    "semantic-memory",
    "rag",
    "knowledge-management",
    "vector-search",
]
categories = [
    "database",
    "text-processing",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/RecursiveIntell/semantic-memory-mcp"

[features]
candle-embedder = ["semantic-memory/candle-embedder"]
claim-integration = ["dep:claim-ledger"]
compression-governor = ["semantic-memory/compression-governor"]
decoder = ["semantic-memory/decoder"]
default = ["full"]
discord = ["semantic-memory/discord"]
full = ["search"]
hnsw = ["semantic-memory/hnsw"]
integration = ["semantic-memory/integration"]
late-interaction = ["semantic-memory/late-interaction"]
llm-parser = ["dep:llm-output-parser"]
multiscale = ["semantic-memory/multiscale"]
orchestration = [
    "dep:knowledge-runtime",
    "semantic-memory/provenance",
    "semantic-memory/temporal",
]
rl-routing = ["semantic-memory/rl-routing"]
routing = ["semantic-memory/routing"]
search = [
    "semantic-memory/usearch-backend",
    "semantic-memory/candle-embedder",
    "semantic-memory/provenance",
    "semantic-memory/temporal",
    "semantic-memory/multiscale",
    "semantic-memory/discord",
    "semantic-memory/decoder",
    "semantic-memory/subtraction",
    "semantic-memory/compression-governor",
    "semantic-memory/routing",
    "integration",
    "subgraph-pruning",
    "semantic-memory/admin-ops",
    "semantic-memory/late-interaction",
    "semantic-memory/turbo-quant-codec",
    "semantic-memory/rl-routing",
    "candle-embedder",
    "claim-integration",
    "llm-parser",
    "orchestration",
]
stable = [
    "semantic-memory/usearch-backend",
    "semantic-memory/candle-embedder",
    "semantic-memory/provenance",
    "semantic-memory/temporal",
    "candle-embedder",
]
subgraph-pruning = ["semantic-memory/subgraph-pruning"]
subtraction = ["semantic-memory/subtraction"]
turbo-quant-codec = ["semantic-memory/turbo-quant-codec"]

[lib]
name = "semantic_memory_mcp"
path = "src/lib.rs"

[[bin]]
name = "semantic-memory-mcp"
path = "src/main.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.anyhow]
version = "1"

[dependencies.blake3]
version = "1"

[dependencies.boundary-compiler]
version = "0.1.0"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.claim-ledger]
version = "0.2.0"
optional = true

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.knowledge-runtime]
version = "0.1.0"
optional = true

[dependencies.llm-output-parser]
version = "0.2.0"
optional = true

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "json",
]

[dependencies.rmcp]
version = "1"
features = [
    "server",
    "transport-io",
]

[dependencies.schemars]
version = "1"

[dependencies.semantic-memory]
version = "0.5.10"
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.stack-ids]
version = "0.1.1"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "io-std",
    "io-util",
]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.uuid]
version = "1"
features = ["v4"]

[dev-dependencies.tempfile]
version = "3"