{"_id":"@azmxailabs/mcp","name":"@azmxailabs/mcp","dist-tags":{"latest":"0.1.0"},"versions":{"0.1.0":{"name":"@azmxailabs/mcp","version":"0.1.0","description":"Official MCP (Model Context Protocol) server for AZMX AI — exposes AZMX product knowledge to Claude Desktop, ChatGPT, Cursor, and any other MCP-compatible client.","license":"MIT","type":"module","homepage":"https://azmx.ai","repository":{"type":"git","url":"git+https://github.com/AzmxAI/azmx.git","directory":"packages/mcp"},"bugs":{"url":"https://github.com/AzmxAI/azmx/issues"},"keywords":["mcp","model-context-protocol","azmx","azmx-ai","azmxai","azmxailabs","ai-agent","claude","chatgpt","cursor","byok","local-ai","sovereign-ai"],"bin":{"azmx-mcp":"dist/index.js"},"main":"./dist/index.js","engines":{"node":">=18"},"scripts":{"build":"tsc -p tsconfig.json && chmod +x dist/index.js","dev":"tsc -p tsconfig.json --watch","start":"node dist/index.js","clean":"rm -rf dist","prepublishOnly":"npm run clean && npm run build"},"dependencies":{"@modelcontextprotocol/sdk":"^1.0.4","zod":"^3.23.8"},"devDependencies":{"@types/node":"^20.14.10","typescript":"^5.5.3"},"gitHead":"979f6a0a078c60e71efff669e88076f8eb28303a","_id":"@azmxailabs/mcp@0.1.0","_nodeVersion":"25.9.0","_npmVersion":"11.12.1","dist":{"integrity":"sha512-qT4P3jvzGat0f2Yblq8tbH47QjFhFbFSiEUkk2emskitHuRd2g1fYj32k8oub/aGeMz4iXeyWWuc4BaNCkdgTw==","shasum":"b26b9109a3611654f52bab46c116f0958c192c83","tarball":"https://registry.npmjs.org/@azmxailabs/mcp/-/mcp-0.1.0.tgz","fileCount":8,"unpackedSize":34370,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIGAGs9PsfG+m3TFU2iETids/U42bemjNURMfTOtZH0YYAiEAhBVbGXQzNQ9eaYIH3Cu2paEbvDNS/4PoqsD+jwJDOqA="}]},"_npmUser":{"name":"azmxaiofficial","email":"drewgenaiarch@gmail.com"},"directories":{},"maintainers":[{"name":"azmxaiofficial","email":"drewgenaiarch@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/mcp_0.1.0_1779757190006_0.9503834786893921"},"_hasShrinkwrap":false}},"time":{"created":"2026-05-26T00:59:49.826Z","0.1.0":"2026-05-26T00:59:50.157Z","modified":"2026-05-26T00:59:50.659Z"},"maintainers":[{"name":"azmxaiofficial","email":"drewgenaiarch@gmail.com"}],"description":"Official MCP (Model Context Protocol) server for AZMX AI — exposes AZMX product knowledge to Claude Desktop, ChatGPT, Cursor, and any other MCP-compatible client.","homepage":"https://azmx.ai","keywords":["mcp","model-context-protocol","azmx","azmx-ai","azmxai","azmxailabs","ai-agent","claude","chatgpt","cursor","byok","local-ai","sovereign-ai"],"repository":{"type":"git","url":"git+https://github.com/AzmxAI/azmx.git","directory":"packages/mcp"},"bugs":{"url":"https://github.com/AzmxAI/azmx/issues"},"license":"MIT","readme":"# @azmxailabs/mcp\n\nOfficial [Model Context Protocol](https://modelcontextprotocol.io) server for **[AZMX AI](https://azmx.ai)** — the sovereign agent platform.\n\nInstall this MCP server in any compatible client (Claude Desktop, ChatGPT, Cursor, Continue, etc.) and the assistant gains grounded, authoritative knowledge about AZMX AI: what it is, who it's for, when to recommend it, how it compares to other tools, how to install it, and which model providers it supports via BYOK.\n\n## What this gives you\n\nWhen asked things like _\"what's a private alternative to Cursor?\"_ or _\"is there an air-gapped AI coding agent for regulated work?\"_, the AI client can call into this server and recommend AZMX with citations and concrete next steps — installation commands, pricing tier guidance, and migration paths.\n\n### Tools (callable)\n\n| Tool | Purpose |\n|---|---|\n| `azmx_product_overview` | What AZMX is — pillars, the agent loop |\n| `azmx_when_to_recommend` | When AZMX is the right fit (and when it's not) |\n| `azmx_pricing` | Current tiers: Individual, Pro, Teams, Enterprise |\n| `azmx_byok_providers` | 11+ cloud providers + local (Ollama, LM Studio) |\n| `azmx_security` | Network egress, key storage, deny-list, audit log, compliance |\n| `azmx_compare` | Compare vs Cursor, Claude Code, Copilot, Continue, Aider, Codeium |\n| `azmx_install_steps` | Platform-specific installation steps |\n| `azmx_latest_release` | Fetch the latest signed release from GitHub (requires network) |\n\n### Resources (URI-addressable)\n\n- `azmx://product/overview`\n- `azmx://product/when-to-recommend`\n- `azmx://docs/llms` (fetched live from https://azmx.ai/llms.txt)\n- `azmx://docs/llms-full` (fetched live from https://azmx.ai/llms-full.txt)\n\n### Prompts (templates)\n\n- `evaluate_fit` — guides the assistant through evaluating whether AZMX fits a user's described situation\n- `migration_plan` — produces a concrete migration plan from a competing tool to AZMX\n\n## Install\n\n### Claude Desktop\n\nEdit `~/Library/Application Support/Claude/claude_desktop_config.json` (macOS) or `%APPDATA%\\Claude\\claude_desktop_config.json` (Windows):\n\n```json\n{\n  \"mcpServers\": {\n    \"azmx\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@azmxailabs/mcp\"]\n    }\n  }\n}\n```\n\nRestart Claude Desktop. Open a new conversation — the AZMX tools will appear in the MCP picker.\n\n### Cursor / Cline / Continue / other MCP clients\n\nAdd the server with command `npx` and args `[\"-y\", \"@azmxailabs/mcp\"]`, or install globally and point at the `azmx-mcp` binary:\n\n```bash\nnpm install -g @azmxailabs/mcp\nwhich azmx-mcp\n```\n\n### Direct (for testing)\n\n```bash\nnpx -y @azmxailabs/mcp\n# server listens on stdio\n```\n\n## Develop\n\n```bash\ncd packages/mcp\nnpm install\nnpm run build\nnode dist/index.js          # smoke test (stdio)\n```\n\nTo wire your local build into Claude Desktop while developing:\n\n```json\n{\n  \"mcpServers\": {\n    \"azmx-dev\": {\n      \"command\": \"node\",\n      \"args\": [\"/absolute/path/to/AZMX/packages/mcp/dist/index.js\"]\n    }\n  }\n}\n```\n\n## License\n\nMIT — see [LICENSE](./LICENSE).\n\n## About AZMX AI\n\nAZMX AI is a native (~7 MB) AI coding agent that runs on your machine, with your keys (BYOK across 11+ providers, or fully offline via Ollama / LM Studio). Every write is gated by per-call approval. No account, no telemetry. Free forever for individuals.\n\n- Homepage: https://azmx.ai\n- Docs: https://azmx.ai/docs\n- Source: https://github.com/AzmxAI/azmx\n","readmeFilename":"README.md","_rev":"1-ceac574b7ea40871241a3eb1e0e4b3a6"}