okf-atlas-mcp

rodcar/okf-atlas-mcp
★ 0 stars TypeScript Memory/Knowledge Updated today
Lightweight OKF bundle consumer exposed as an MCP server.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "okf-atlas-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "rodcar/okf-atlas-mcp"
      ]
    }
  }
}

README Excerpt

`okf-atlas-mcp` is a TypeScript MCP server for navigating OKF knowledge bundles. It loads OKF bundles from GitHub tree URLs, parses Markdown concepts and YAML frontmatter, builds local in-memory graphs, and exposes MCP tools/resources so agents can inspect, search, and navigate the bundles without loading the entire knowledge base into context.