01What it does
The SDK wraps your MCP server without taking over your business logic.
You own the tools and deployment. Armature gets analytics to help improve the agent-facing interface.
Back-end logs show which calls happened. Armature shows the end-user intent, the agent intent, and how agents work through the interface: which paths succeed, where they get stuck, and what should improve.
02One-prompt setup
For agent-assisted setup, give your coding agent one prompt.
Install the Armature skill using `npx skills add armature-tech/mcp-analytics --global`, then use it to install Armature analytics on this MCP server.
If you are wiring it manually, install the package directly and pass the Armature analytics secret in your server environment.
npm install @armature-tech/mcp-analytics
ARMATURE_ANALYTICS_SECRET=amt_...
03What you get
The SDK lets Armature turn product behavior into interface improvements without publishing implementation details in your docs.
04Security
Product secrets stay in your environment. Armature uses scoped workspace configuration, and access can be rotated without changing your tool implementation.