← Back to Plugins
MCP Server MCP

okf-mcp

github By github 👁 1 views ▲ 0 votes

Validate, search, graph, and safely author local Open Knowledge Format bundles.

Homepage Verified source GitHub

Install

npx -y @mfdaves/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@mfdaves/okf-mcp",
      "version": "0.3.3",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "Absolute path to the OKF project configuration.",
          "isRequired": true,
          "format": "filepath",
          "placeholder": "/absolute/path/to/okf.project.yaml",
          "type": "named",
          "name": "--project"
        },
        {
          "value": "mcp",
          "type": "positional"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...