Skip to content

AIProfileLocal-first identity and context for AI agents

A structured, permission-aware MCP server for profiles, memory, preferences, principles, capabilities, and policies.

Start here

Install from source, download a local model, build the server, and connect an MCP client:

bash
npm install --ignore-scripts=false
npm run setup-model
npm run build
npm start

The MCP endpoint runs at http://localhost:3000/mcp.

Documentation