Skip to main content
Glama

Personupplysning MCP Server

render.yaml801 B
services: - type: web name: personupplysning-mcp runtime: node region: frankfurt # EU region för GDPR compliance plan: starter buildCommand: npm ci && npm run build startCommand: node dist/index.js healthCheckPath: /health envVars: - key: NODE_ENV value: production - key: MCP_TRANSPORT value: http - key: PORT generateValue: true - key: HOST value: 0.0.0.0 # Supabase credentials (add these in Render dashboard) - key: SUPABASE_URL sync: false - key: SUPABASE_SERVICE_ROLE_KEY sync: false # Bolagsverket API credentials (add these in Render dashboard) - key: BOLAGSVERKET_CLIENT_ID sync: false - key: BOLAGSVERKET_CLIENT_SECRET sync: false

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/isakskogstad/personupplysning-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server