DigDir KI HUB MCP Server
A Model Context Protocol (MCP) Server that provides prompts for searching and installing prompts, instructions, agents, and skills directly from this repository. Makes it easy to discover and add customizations to your editor.
Requirements
- Docker installed and running
Configuration
{
"servers": {
"kihub": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/microsoft/mcp-dotnet-samples/kihub:latest"
]
}
}
}
Digdir Local Transcriber
Offline-first Electron desktop app for Norwegian Bokmål support and customer-service calls. It records microphone and system/window audio, transcribes locally with whisper.cpp, cleans noisy ASR output, infers caller and agent roles, summarizes locally with llama.cpp, stores case history, and exports JSON. It can run fully offline after models and helpers are downloaded; OpenAI mode is optional.
Features
- Desktop app for macOS, Windows, and Linux
- Records microphone and system/window audio
- Local transcription through whisper.cpp
- Local summarization through llama.cpp
- Optional OpenAI online mode
- Norwegian Bokmål prompt tuning
- Case history with editable case titles
- JSON export
- Model manager for Whisper and LLM downloads
- Progress UI for local LLM processing
- Privacy-friendly offline-first workflow
Requirements
- Microphone permission
- Screen/window capture permission for system or window audio
- First local setup downloads whisper.cpp, llama.cpp, Whisper model files, and GGUF summarization models
Platforms
Privacy
Audio and transcripts stay local unless the user enables online OpenAI mode.
Notes
- Builds are currently unsigned/not notarized, so macOS and Windows may show operating-system security warnings.
- Models are not bundled in the installer.
- No custom app icon yet; current builds use the default Electron icon.
- License is not currently specified in the repository.
Digdir Norwegian Law MCP
A read-only Model Context Protocol (MCP) server for searching and citing current Norwegian laws and central regulations from Lovdata publicData. The hosted MVP exposes legal lookup tools through a streamable HTTP endpoint.
Features
- Search current Norwegian laws and central regulations
- Retrieve documents and individual provisions
- Validate and format supported Norwegian legal citations
- Check whether documents and provisions exist in the current corpus
Requirements
- MCP client with streamable HTTP support
Configuration
{
"servers": {
"digdir-norwegian-law": {
"type": "http",
"url": "https://digdir-lovdata-d3ojbxudz-hiadidahl-3925s-projects.vercel.app/api/mcp"
}
}
}
More Tools Coming Soon
We're working on additional tools to enhance your GitHub Copilot experience. Check back soon!