Skip to main content
Glama
maratsal

Falcosidekick UI MCP Server

by maratsal
falco-mcp-deployment.yaml794 B
apiVersion: apps/v1 kind: Deployment metadata: name: falco-mcp labels: app: falco-mcp spec: replicas: 1 selector: matchLabels: app: falco-mcp template: metadata: labels: app: falco-mcp spec: containers: - name: falco-mcp image: quay.io/maratsal/falco-mcp:latest imagePullPolicy: IfNotPresent env: - name: FALCO_BASE_URL value: "http://falcosidekick-ui:2802" - name: FALCO_USERNAME value: "admin" - name: FALCO_PASSWORD value: "admin" - name: PORT value: "8080" - name: MCP_HTTP_PATH value: "/mcp" ports: - name: http containerPort: 8080

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/maratsal/falco-mcp'

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