mcpdb

pydantic/mcpdb
★ 9 stars Rust 🔍 Search Updated 6mo ago
MCP server to store / search data
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcpdb": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcpdb"
      ]
    }
  }
}