
SkillFM BYOK Vault
Connect SkillFM BYOK Vault MCP so your agent guides API key storage, provider usage visibility, and Beacon checks without pasting secrets into chat.
Overview
SkillFM BYOK Vault is a MCP server for the Operate phase that guides local API key vaulting, provider usage visibility, and Beacon validation for agent setups.
What is this MCP server?
- SkillFM BYOK Vault title with local vault and API key vault keywords
- Provider usage visibility for OpenAI and Anthropic style keys
- SkillFM Beacon checks bundled for vault-aware agent setups
- Dedicated npm package @skillfm/byok-vault-mcp over stdio
- Separate GitHub repo skillfm-byok-vault-mcp from the core Beacon line
- Registry version 0.1.0
- npm identifier @skillfm/byok-vault-mcp
- GitHub repository id 1244230500 (skillfm-byok-vault-mcp)
What problem does it solve?
Pasting provider keys into prompts or config fragments invites leaks, and you still lack a vault-aware view of how each key is actually being consumed.
Who is it for?
Indie hackers on BYOK billing who want MCP-native vault guidance paired with SkillFM Beacon checks.
Skip if: Organizations standardized on enterprise secret managers with RBAC and audit trails that supersede a local vault MCP.
What do I get? / Deliverables
Your agent can reference BYOK vault workflows and usage signals so keys stay local while Beacon catches risky agent configurations.
- BYOK Vault MCP tools registered in your agent host
- Provider usage visibility the agent can summarize in operate workflows
- Beacon-aligned checks for vault and key configuration hygiene
Recommended MCP Servers
Journey fit
Key handling and provider usage discipline are production hygiene—operate infra and secrets, not greenfield build. BYOK vault, OpenAI/Anthropic key guidance, and usage visibility map to infra and secrets management for self-hosted agents.
How it compares
Secrets-and-usage MCP slice, not the full token-health Beacon bundle or a generic password manager.
Common Questions / FAQ
Who is SkillFM BYOK Vault for?
It is for developers using MCP agents with their own OpenAI or Anthropic keys who want local vault patterns and usage visibility inside the agent loop.
When should I use SkillFM BYOK Vault?
Use it during operate when you are wiring provider keys into Claude Code or Cursor and need vault guidance plus Beacon validation before scaling usage.
How do I add SkillFM BYOK Vault to my agent?
Install @skillfm/byok-vault-mcp from npm, add it as a stdio MCP server in your client configuration, and keep keys in your local vault per SkillFM guidance.