SkillAgentSearch skills...

ContextHub

Deterministic MCP server for coordinating AI agents across software development lifecycles. SQLite graph traversal, Zod validation gates, RFC 6902 patching, and 100+ tests with <200ms p95 latency.

Install / Use

claude mcp add BryceEWatson -- npx -y github:BryceEWatson/ContextHub

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

34/100

Supported Platforms

Claude Code
Claude Desktop

{ "name": "contexthub", "version": "0.1.0", "description": "Deterministic MCP server for multi-agent project coordination", "type": "module", "main": "dist/index.js", "bin": { "contexthub": "./dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsx watch src/index.ts", "test": "vitest", "test:ui": "vitest --ui", "db:migrate": "tsx src/db/migrate.ts", "db:seed": "tsx src/db/seed.ts", "db:reset": "rm -f contexthub.db && npm run db:seed" }, "keywords": ["mcp", "ai-agents", "traceability", "project-management"], "author": "", "license": "MIT", "engines": { "node": ">=20.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0", "better-sqlite3": "^11.5.0", "fast-json-patch": "^3.1.1", "zod": "^3.23.8" }, "devDependencies": { "@types/better-sqlite3": "^7.6.11", "@types/node": "^20.16.15", "tsx": "^4.19.1", "typescript": "^5.6.3", "vitest": "^2.1.3" } }

Related Skills

View on GitHub
GitHub Stars0
CategoryData
UpdatedNaNy ago
Forks0

Security Score

68/100

Audited on Invalid Date

2 medium1 low