Concordium mcp-sever for interacting with the concordium chain
Server Config
{
"mcpServers": {
"concordium": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--network=host",
"concordium-mcp-server"
],
"env": {
"CCD_NETWORK": "mainnet",
"CCD_PORT": "20000",
"CCD_SECURE": "true"
}
}
}
}