my-wiki

jedwards1230/my-wiki
★ 0 stars Go Memory/Knowledge Updated 2d ago
my wiki = obsidian-headless + static frontend + mcp server
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "my-wiki": {
      "command": "go",
      "args": [
        "run",
        "github.com/jedwards1230/my-wiki@latest"
      ]
    }
  }
}

README Excerpt

A single Go binary (`wiki-server`) that serves an Obsidian vault as a website, a REST API, and an MCP server for AI agents. A native Go renderer turns markdown into HTML; the same binary handles static/REST delivery and MCP. It runs as a long-lived K8s deployment or an on-demand stdio MCP server. ```bash