Serversio.github.var-gg/pindoc
P

io.github.var-gg/pindoc

io.github.var-gg/pindoc · v0.2.0
▦ docker
v0.2.0docker oci: ghcr.io/var-gg/pindoc:0.2.0↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
  "name": "io.github.var-gg/pindoc",
  "description": "Code-pinned team memory for AI coding agents — typed artifacts, MCP-native, self-host.",
  "repository": {
    "url": "https://github.com/var-gg/pindoc",
    "source": "github"
  },
  "version": "0.2.0",
  "websiteUrl": "https://github.com/var-gg/pindoc#quick-start",
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/var-gg/pindoc:0.2.0",
      "transport": {
        "type": "streamable-http",
        "url": "http://127.0.0.1:5830/mcp"
      },
      "environmentVariables": [
        {
          "description": "Postgres connection string. Use the bundled docker compose stack for the recommended pgvector setup.",
          "isRequired": true,
          "name": "PINDOC_DATABASE_URL"
        },
        {
          "description": "Daemon bind address. Loopback (127.0.0.1:5830) by default; set a non-loopback value only behind an IdP or trusted proxy.",
          "name": "PINDOC_BIND_ADDR"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}