SkillAgentSearch skills...

okf-mcp

MCP server for connecting to any OKF compliant data source.

Install / Use

claude mcp add ganttastic -- npx -y github:ganttastic/okf-mcp

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

27/100

Supported Platforms

Claude Code
Claude Desktop

Tags

{ "name": "okf-mcp", "version": "0.2.0", "description": "One MCP server reading many OKF bundles through pluggable source connectors", "license": "Apache-2.0", "type": "module", "bin": { "okf-mcp": "dist/server.js" }, "main": "dist/server.js", "files": [ "dist", "sources.example.json" ], "scripts": { "build": "tsc && node scripts/build-apps.mjs", "dev": "tsx src/server.ts", "typecheck": "tsc --noEmit", "test": "vitest run", "pack:mcpb": "bash scripts/pack-mcpb.sh", "key:installer": "bash scripts/make-key-installer.sh", "prepare": "npm run build" }, "engines": { "node": ">=20" }, "dependencies": { "@modelcontextprotocol/ext-apps": "^1.7.5", "@modelcontextprotocol/sdk": "^1.12.0", "yaml": "^2.5.0", "zod": "^3.24.0" }, "devDependencies": { "@types/node": "^20.11.0", "esbuild": "^0.28.1", "tsx": "^4.19.0", "typescript": "^5.6.0", "vitest": "^2.1.0" } }

Related Skills

View on GitHub
GitHub Stars0
CategoryDevelopment
UpdatedNaNy ago
Forks0

Security Score

68/100

Audited on Invalid Date

2 medium1 low