Skip to content

mafifi/git-knowledge-source

v0.0.0Apache-2.0

A replayable, committed-file Git source exposed through standard MCP tools.

MCP servers

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

git-knowledge-sourcestdio
{
  "type": "stdio",
  "command": "node",
  "args": [
    "${PLUGIN_ROOT}/dist/server.mjs"
  ]
}

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": "git-knowledge-source",
  "version": "0.0.0",
  "description": "A replayable, committed-file Git source exposed through standard MCP tools.",
  "license": "Apache-2.0"
}