memory-stats-mcp

jmars/memory-stats-mcp
★ 0 stars Python Memory/Knowledge Updated today
MCP server for read-only knowledge graph stats and discovery
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "memory-stats-mcp": {
      "command": "uvx",
      "args": [
        "memory-stats-mcp"
      ]
    }
  }
}

Or install with pip: pip install memory-stats-mcp

README Excerpt

Read-only MCP server for knowledge graph discovery. Provides a `graph_stats` tool that shows entity types, relation types, recent additions, and observation counts — so you can understand what's in the graph before searching. Part of the [Palimpsest](https://github.com/palimpsest-labs) intelligence fusion toolkit.

Tools (1)

graph_stats