SkillFM Beacon for VS Code
io.github.ericm1018/skillfm
AI health, token usage, LLM cost optimization, BYOK vault, and cleanup audits for MCP agents.
client:VS Code
transport:stdio
runtime:npm
Install SkillFM Beacon in VS Code
.vscode/mcp.json
{
"servers": {
"skillfm": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@skillfm/mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs