MCP Server
MCP
io.github.Dewars30/fulcrum
AI governance MCP server for policy enforcement, cost control, and observability.
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
By
Comments
Sign in to leave a comment