2021.AI GRACE Platform
Dansk enterprise AI-governancestyring og modelstyringsplatform i overensstemmelse med EU AI Act.
Developer IDE69 kompatible kilder
Visual Studio Code's GitHub Copilot Chat, agent mode (@workspace), and Model Context Protocol support. Connect VS Code directly to Danish registers and enterprise services.
Indsæt konfigurationen i VS Code Agent MCP Settings for at aktivere danske MCP-kilder.
{
"mcpServers": {
"mcp-dawa-itk": {
"command": "npx",
"args": [
"-y",
"itk-dev-mcp-dawa"
]
},
"grundfast-mcp": {
"type": "http",
"url": "https://api.grundfast.dk/mcp",
"headers": {
"Authorization": "Bearer <YOUR_GRUNDFAST_API_KEY>"
}
},
"nemlig-cli": {
"command": "npx",
"args": [
"-y",
"josequaresma-nemlig_cli"
]
},
"pleo": {
"type": "http",
"url": "https://mcp.pleo.io/mcp"
},
"udbud-dk-mcp": {
"command": "npx",
"args": [
"-y",
"pipeworx-io-mcp-udbud-dk"
]
},
"mcp-energi-data-dk": {
"command": "npx",
"args": [
"-y",
"pipeworx-io-mcp-energi-data-dk"
]
},
"mcp-udbud-dk": {
"command": "npx",
"args": [
"-y",
"pipeworx-io-mcp-udbud-dk"
]
}
}
}API'er, MCP-servere og datafeeds klar til VS Code Agent.