MCP Server
MUJ428 Trust Layer — Bind Approved Intent to Verified Effect MCP Server
io.github.wmujahid428-web/muj428-trust-layer
What is the MUJ428 Trust Layer — Bind Approved Intent to Verified Effect MCP server?
Payment-rail-independent intent-to-effect integrity for consequential agent actions.
How to install MUJ428 Trust Layer — Bind Approved Intent to Verified Effect
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"muj428-trust-layer": {
"url": "https://agents.muj428.com/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"muj428-trust-layer": {
"serverUrl": "https://agents.muj428.com/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"muj428-trust-layer": {
"type": "http",
"url": "https://agents.muj428.com/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"muj428-trust-layer": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://agents.muj428.com/mcp"
]
}
}
}Claude Code
claude mcp add --transport http muj428-trust-layer https://agents.muj428.com/mcpRelated MCP servers
Independent evidence verification before payment, approval, release, procurement, or acceptance.
View repository →