Kotodama

katsushoe/Kotodama
★ 1 stars C# AI/LLM Updated today
Local AI knowledge infrastructure combining a temporal SQLite knowledge graph MCP server with plugins, hooks, and agents for Codex and Claude.
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": {
    "kotodama": {
      "command": "npx",
      "args": [
        "-y",
        "katsushoe/Kotodama"
      ]
    }
  }
}

README Excerpt

Local AI knowledge infrastructure combining a temporal, epistemic, weighted SQLite Knowledge Graph MCP server with Codex and Claude integrations. Japanese documentation: [README.ja.md](README.ja.md) Documentation index: [DOCUMENTS.ja.md](DOCUMENTS.ja.md) Kotodama combines a local SQLite-backed Knowledge Graph MCP server with client integrations that help AI agents safely register and retrieve durable knowledge from natural conversation. It provides a Codex plugin, skill, curator agent, and hooks

Tools (4)

binconfigdatalogs