Skip to content

tobealeg/llm-wiki

v0.2.0MIT

Maintain and query private, project-scoped LLM Wikis through a local MCP server.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

llm-wikistdio
{
  "type": "stdio",
  "command": "python",
  "args": [
    "${PLUGIN_ROOT}/scripts/run_mcp.py"
  ],
  "cwd": "${PLUGIN_ROOT}"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "llm-wiki",
  "version": "0.2.0",
  "description": "Maintain and query private, project-scoped LLM Wikis through a local MCP server.",
  "author": {
    "name": "TobeALeg"
  },
  "repository": "https://github.com/TobeALeg/SKILLS",
  "license": "MIT",
  "keywords": [
    "wiki",
    "project-memory",
    "mcp",
    "knowledge-base"
  ],
  "extensions": {
    "com.openai": {
      "interface": {
        "displayName": "LLM Wiki",
        "shortDescription": "Private project memory backed by local files.",
        "longDescription": "Capture selected conversation knowledge, consolidate project files with DeepSeek, and query a project-local LLM Wiki through MCP.",
        "developerName": "TobeALeg",
        "category": "Productivity",
        "capabilities": [
          "Read",
          "Write"
        ],
        "defaultPrompt": [
          "Save the durable conclusions from this conversation to my project wiki.",
          "Search my project wiki for the reasoning behind this decision."
        ]
      }
    }
  }
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • 2Python files
  • openai.yaml
View on GitHub

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • com.openai