{"_id":"@auditme/mcp","name":"@auditme/mcp","dist-tags":{"latest":"0.1.0"},"versions":{"0.1.0":{"name":"@auditme/mcp","version":"0.1.0","description":"AuditMe MCP server — agent-paired code analysis powered by NVIDIA Nemotron","type":"module","bin":{"auditme-mcp":"dist/index.js"},"scripts":{"build":"tsc","start":"node dist/index.js","prepublishOnly":"npm run build"},"dependencies":{"@modelcontextprotocol/sdk":"^1.16.0"},"devDependencies":{"@types/node":"^22","typescript":"^5"},"gitHead":"65726182abd747a0dece806a1a9159a82e4da707","_id":"@auditme/mcp@0.1.0","_nodeVersion":"25.9.0","_npmVersion":"11.16.0","dist":{"integrity":"sha512-u4OR9sgfKC/vud9H1fhSCsOvo9829TcNdyK/tTViAuz0nhdjXvyC93laKzkBuux4jK7IE+q2D2l7Dl1EwUyzPQ==","shasum":"d4f8bc15be4a48fd6e3a722c781a8c6985f69c39","tarball":"https://registry.npmjs.org/@auditme/mcp/-/mcp-0.1.0.tgz","fileCount":11,"unpackedSize":18363,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDyb/WLRj5f1hTqaRoSVOWomcdUc9bHlKLkZjAzGFV4MQIgC4sZj4APdNRPQE31vY4iV7Hs4PlmgdGM9KK0hx1QPzw="}]},"_npmUser":{"name":"williedoe","email":"williamnyarko45official@gmail.com"},"directories":{},"maintainers":[{"name":"williedoe","email":"williamnyarko45official@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/mcp_0.1.0_1782054578363_0.13867985487051504"},"_hasShrinkwrap":false}},"time":{"created":"2026-06-21T15:09:38.217Z","0.1.0":"2026-06-21T15:09:38.513Z","modified":"2026-06-21T15:09:38.736Z"},"maintainers":[{"name":"williedoe","email":"williamnyarko45official@gmail.com"}],"description":"AuditMe MCP server — agent-paired code analysis powered by NVIDIA Nemotron","readme":"# AuditMe MCP Server\n\nAI-powered code analysis that pairs with your coding agent. Drop this in any MCP-compatible client (Cursor, Windsurf, Claude Desktop, etc.) and your agent can audit code for production readiness on demand.\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `audit_code` | Analyze a raw code snippet. Pass `code` and optional `context` (filename, framework). |\n| `audit_file` | Read and analyze a file from disk. Pass `filePath`. |\n| `audit_github` | Fetch and analyze a public GitHub repo. Pass `url`. |\n\nEach tool returns a production readiness score (0–100), a summary, and a prioritized list of issues with fixes.\n\n## Quick Start\n\n### 1. Set your NVIDIA API key\n\n```bash\nexport NVIDIA_API_KEY=nvapi-...\n```\n\nGet one at [build.nvidia.com](https://build.nvidia.com) (free tier available).\n\n### 2. Run the server\n\n```bash\nnpx @auditme/mcp\n```\n\n### 3. Configure your MCP client\n\nAdd this to your MCP client config (Cursor, Windsurf, Claude Desktop, etc.):\n\n```json\n{\n  \"mcpServers\": {\n    \"auditme\": {\n      \"command\": \"npx\",\n      \"args\": [\"@auditme/mcp\"],\n      \"env\": {\n        \"NVIDIA_API_KEY\": \"nvapi-...\"\n      }\n    }\n  }\n}\n```\n\nNow your agent can call tools like:\n\n> \"Audit this code for production readiness\"\n> \"Check this file for security issues\"\n> \"Run an audit on the GitHub repo we're working on\"\n\n## Run from Source\n\n```bash\ngit clone https://github.com/yourname/auditme.git\ncd auditme/mcp\nnpm install\nnpm run build\nNVIDIA_API_KEY=nvapi-... node dist/index.js\n```\n","readmeFilename":"README.md","_rev":"1-cc02247cd792ea176aedaaf7cb03460b"}