{
  "name": "@contextium/mcp-server",
  "version": "1.10.12",
  "mcpName": "io.github.contextium-io/mcp-server",
  "description": "MCP server for Contextium — pipe team SOPs, coding standards, and AI context directly into Claude, Cursor, and other AI coding assistants",
  "keywords": [
    "contextium",
    "mcp",
    "mcp-server",
    "claude",
    "claude-code",
    "anthropic",
    "ai",
    "cursor",
    "copilot",
    "vscode",
    "ide",
    "developer-tools",
    "SOPs",
    "standard-operating-procedures",
    "coding-standards",
    "ai-constraints",
    "ai-context",
    "team-collaboration",
    "knowledge-management",
    "llm",
    "agent"
  ],
  "author": "Contextium",
  "license": "MIT",
  "funding": {
    "type": "commercial",
    "url": "https://contextium.io/pricing"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tomjutla/contextium.git",
    "directory": "packages/mcp-server"
  },
  "homepage": "https://contextium.io/docs/mcp-integration",
  "bugs": {
    "url": "https://github.com/tomjutla/contextium/issues"
  },
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "contextium-mcp-server": "dist/index.js"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "dev": "tsx watch src/index.ts",
    "build": "tsc",
    "start": "node dist/index.js",
    "type-check": "tsc --noEmit",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.0",
    "jsonwebtoken": "^9.0.2",
    "dotenv": "^16.3.1",
    "open": "^9.1.0",
    "chalk": "^5.3.0"
  },
  "devDependencies": {
    "@types/jsonwebtoken": "^9.0.5",
    "@types/node": "^20.11.0",
    "tsx": "^4.7.0",
    "typescript": "^5.3.3"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
