Odel
Nogra

Nogra

Local
@nograaiPythonUpdated 2mo ago

Verify-before-done trust layer for AI-assisted work. 32 tools, local-first, no credentials.

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@nograai/mcpv1.0.3

Run

npx -y @nograai/mcp

MCP client config

{
  "mcpServers": {
    "nogra": {
      "command": "npx",
      "args": [
        "-y",
        "@nograai/mcp"
      ]
    }
  }
}