AnB_MCP

kaka-milan-22/AnB_MCP
★ 0 stars Go AI/LLM Updated today
MCP server front-end for AnB — let AI agents use secrets without ever seeing the plaintext. Go + official MCP go-sdk; security logic delegated to alice (redaction, exec allowlist, structural no-reveal).
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "anb_mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/kaka-milan-22/AnB_MCP@latest"
      ]
    }
  }
}

README Excerpt

An MCP server front-end for [AnB](https://github.com/kaka-milan-22/AnB) that lets AI agents **use** secrets without ever **seeing** them. > **Headline guarantee:** even a fully prompt-injected agent, calling every tool in > every way, cannot extract a raw key. No tool returns a plaintext secret; reveal

Tools (6)

anb_execanb_listanb_redactanb_render_to_fileanb_statusmcpServers

Topics

ai-agentsanbgokmsmcpmodel-context-protocolprompt-injectionsecrets-managementsecurity