Golang implementation of the Raft consensus protocol

9,064 stars Go 1 file ยท ~5,675 tokens

raft MCP Server

MCP server for hashicorp/raft

Ready-to-Use Client Configurations
{
  "mcpServers": {
    "raft": {
      "command": "npx",
      "args": [
        "-y",
        "@hashicorp/raft"
      ]
    }
  }
}