PluginBench
MCP Server

net.agentutil/think-mcp MCP Server

net.agentutil/think-mcp

What is the net.agentutil/think-mcp MCP server?

Intent security pre-flight checks for autonomous AI agents.

How to install net.agentutil/think-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "think-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@agentutil/think-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "think-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@agentutil/think-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "think-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@agentutil/think-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "think-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@agentutil/think-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add think-mcp -- npx -y @agentutil/think-mcp

Related MCP servers

Situational awareness — holidays, business hours, and platform status for timing-sensitive actions.

Statistical baselines — check if values are normal or anomalous for a given category.

Reversibility intelligence — check if actions can be undone before executing them.

Sub-cent factual claim verification against live data sources.