Odel
agentscore mcp server

agentscore mcp server

Local
@thezenmonster1TypeScriptMITUpdated 4mo ago

MCP security trust layer: scan packages, inspect repos, check exposure, monitor changes.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@agentscore-xyz/mcp-serverv2.2.0

Run

npx -y @agentscore-xyz/mcp-server

MCP client config

{
  "mcpServers": {
    "agentscore-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@agentscore-xyz/mcp-server"
      ]
    }
  }
}