← Back to Plugins
MCP Server MCP

p6xer MCP Server

github By github 👁 1 views ▲ 0 votes

An MCP server for Primavera P6 XER files.

Homepage Verified source GitHub

Install

uvx p6xer-mcp-server

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "p6xer-mcp-server",
      "version": "0.1.3",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "value": "p6xer-mcp-server",
          "type": "positional",
          "valueHint": "command"
        }
      ],
      "environmentVariables": [
        {
          "description": "API key used to authenticate with p6xer service.",
          "format": "string",
          "isSecret": true,
          "name": "P6XER_API_KEY"
        },
        {
          "description": "Optional p6xer endpoint URL (default uses local p6xer daemon).",
          "format": "string",
          "name": "P6XER_ENDPOINT"
        },
        {
          "description": "Optional log verbosity level (e.g., DEBUG, INFO, WARN, ERROR).",
          "format": "string",
          "name": "P6XER_LOG_LEVEL"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...