SkillFM Beacon for Cursor
io.github.ericm1018/skillfm
AI health, token usage, LLM cost optimization, BYOK vault, and cleanup audits for MCP agents.
client:Cursor
transport:stdio
runtime:npm
Install SkillFM Beacon in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"skillfm": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@skillfm/mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs