lifeos-mcp

bwats/lifeos-mcp
★ 0 stars TypeScript 🤖 AI/LLM Updated 1d ago
LifeOS MCP server — give any AI agent read access to your LifeOS
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": {
    "lifeos-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bwats/lifeos-mcp"
      ]
    }
  }
}

README Excerpt

Give any AI agent read access to your LifeOS knowledge base — Claude Desktop, Claude Code, Cursor, ChatGPT, Codex, or any MCP-compatible client. The server reads from `~/lifeos/` and surfaces everything through `lifeos://` resource URIs and `lifeos__*` tool names. --- ```bash npx lifeos-mcp ``` ```bash

Tools (19)

LIFEOS_PATHlifeos__accept_edgelifeos__get_identitylifeos__get_preferenceslifeos__healthlifeos__list_projectslifeos__list_ruleslifeos__list_skillslifeos__list_wiki_pageslifeos__propose_edgelifeos__read_filelifeos__read_pending_queuelifeos__read_projectlifeos__read_rulelifeos__read_skilllifeos__read_wiki_pagelifeos__reject_edgelifeos__searchregisterRenderer