luma-mcp-tools

ecuadralmft/luma-mcp-tools
★ 0 stars Python 🧠 Memory/Knowledge Updated today
MCP tool servers for AI agents — GitPulse (git ops) and Obsidian Memory (vault-based knowledge graph)
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": {
    "luma-mcp-tools": {
      "command": "uvx",
      "args": [
        "luma-mcp-tools"
      ]
    }
  }
}

Or install with pip: pip install luma-mcp-tools