PluginBench
MCP Server

SkillFM Beacon MCP Server

io.github.ericm1018/skillfm-ai-health-token-usage-byok-cost-cleanup

What is the SkillFM Beacon MCP server?

AI health, token usage, LLM cost optimization, BYOK vault, and cleanup audits for MCP agents.

How to install SkillFM Beacon

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "skillfm-ai-health-token-usage-byok-cost-cleanup": {
      "command": "npx",
      "args": [
        "-y",
        "@skillfm/mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "skillfm-ai-health-token-usage-byok-cost-cleanup": {
      "command": "npx",
      "args": [
        "-y",
        "@skillfm/mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "skillfm-ai-health-token-usage-byok-cost-cleanup": {
      "command": "npx",
      "args": [
        "-y",
        "@skillfm/mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "skillfm-ai-health-token-usage-byok-cost-cleanup": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@skillfm/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add skillfm-ai-health-token-usage-byok-cost-cleanup -- npx -y @skillfm/mcp

Related MCP servers

AI health, token usage, LLM cost optimization, BYOK vault, and cleanup audits for MCP agents.

View repository →

BYOK vault, provider API key guidance, usage visibility, and SkillFM Beacon checks for MCP agents.

View repository →

Claude Code token usage, cost visibility, and SkillFM Beacon AI health checks for MCP agents.

View repository →

LLM cost optimizer for OpenAI, Anthropic, token usage, BYOK, and SkillFM Beacon audits.

View repository →