Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From agt-governance
Local MCP server running via Node.js with a custom `agt-node` binary and an MCP agent script. Purpose is unclear from configuration alone; appears to be a custom governance or agent tool.
npx claudepluginhub microsoft/agent-governance-toolkit --plugin agt-governanceCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"agt_governance": {
"command": "${CLAUDE_PLUGIN_ROOT}/bin/agt-node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/server/agt-mcp.mjs"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
${CLAUDE_PLUGIN_ROOT}/bin/agt-node${CLAUDE_PLUGIN_ROOT}Command-line arguments passed to the server process
Share bugs, ideas, or general feedback.