Loading MCP server directory, please wait...
MCP proxy that checks every tools/call against Agent Trust policy, with evidence, before it runs.
npx @getmcp/cli add io.github.MNKIAgentOS/mnki-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
MNKI_API_KEYAgent Trust API key with the verify scope (console → Settings → API keys).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.MNKIAgentOS/mnki-mcp": {
"command": "npx",
"args": [
"-y",
"mnki-mcp",
"observe"
],
"env": {
"MNKI_API_KEY": "",
"MNKI_URL": "https://mnki.com"
}
}
}
}