← Back to Plugins
MCP Server MCP

io.github.Dewars30/fulcrum

github By github 👁 1 views ▲ 0 votes

AI governance MCP server for policy enforcement, cost control, and observability.

Homepage Verified source GitHub

Install

npx -y @fulcrum-governance/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@fulcrum-governance/sdk",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "The Fulcrum gRPC API endpoint (e.g., localhost:50051)",
          "name": "FULCRUM_API_ENDPOINT"
        },
        {
          "description": "Your Fulcrum tenant identifier",
          "name": "FULCRUM_TENANT_ID"
        },
        {
          "description": "API key for authentication (optional for local development)",
          "name": "FULCRUM_API_KEY"
        }
      ]
    },
    {
      "registryType": "pypi",
      "identifier": "fulcrum-governance",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "The Fulcrum gRPC API endpoint (e.g., localhost:50051)",
          "name": "FULCRUM_API_ENDPOINT"
        },
        {
          "description": "Your Fulcrum tenant identifier",
          "name": "FULCRUM_TENANT_ID"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm pypi

Comments

Sign in to leave a comment

Loading comments...