Trackly CLI
v0.18.1
io.github.trackly-app/trackly
AI job search for Claude, ChatGPT, Cursor. 170K+ jobs, 3,800+ companies. OAuth or stdio.
io.github.edycutjong/bagos · v2.6.0
MCP server for Bags on Solana: token analytics, trade quotes, and gated write operations.
BagOS 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"bagos": {
"command": "npx",
"args": [
"-y",
"bagos-mcp-server"
],
"env": {
"BAGS_API_KEY": "<BAGS_API_KEY>"
}
}
}
}BAGS_API_KEY必填secretBags API key from dev.bags.fm. Required for all tools.
BAGS_NETWORK可选Solana cluster: devnet (default) or mainnet. Writes on mainnet move real funds.
SOLANA_RPC_URL可选secretCustom Solana RPC endpoint. Defaults to the public RPC for BAGS_NETWORK.
BAGS_KEYPAIR_PATH可选Path to a Solana keypair JSON file. Only required for write tools.
BAGS_MAX_SOL_PER_TX可选Hard cap on SOL spent by any single transaction. Default 0.1.
BAGS_MAX_SOL_PER_SESSION可选Hard cap on total SOL spent across one server session. Default 1.0.
BAGS_ALLOW_UNCONFIRMED可选Set true to skip the two-step confirmation on writes. Default false.
BOS_TOKEN_MINT可选Mint address of the BOS token used for gating write tools.
BOS_REQUIRED_BALANCE可选Minimum BOS balance required to call write tools. Default 10000.
BAGS_ALLOW_UNCAPPED_TOKEN_SWAPS可选Permit non-SOL-input swaps, which the SOL-denominated caps cannot limit.
USE_MOCK_DATA可选Makes bags_get_claimable_fees return fabricated data instead of calling the API. Default false.
v0.18.1
io.github.trackly-app/trackly
AI job search for Claude, ChatGPT, Cursor. 170K+ jobs, 3,800+ companies. OAuth or stdio.
v0.3.0
io.github.theoddden/stamp
NTP time plus clock-drift history: stable vs. accelerating offsets.
v0.1.13
io.github.Servosity/ninjaone-mcp
Every NinjaOne report, plus a local store that answers fleet-wide questions no single API call can
v0.81.0
io.github.ArtJack/verdict
Read-only MCP server over Verdict QA state: verdicts, findings, flaky quarantine, history.
v0.3.3
io.github.toki0413/saturday-materials
Materials computing tools for AI agents: structures, engines, phonons, EOS, NEB, sampling, lineage.
v2.1.0
com.notepom/notepom
Persistent workspace and visual memory for humans and autonomous agents.
{
"id": "io.github.edycutjong/bagos",
"type": "mcp-server",
"version": "2.6.0",
"displayName": "BagOS",
"description": "MCP server for Bags on Solana: token analytics, trade quotes, and gated write operations.",
"repository": {
"url": "https://github.com/edycutjong/bagos",
"source": "github"
},
"homepage": "https://github.com/edycutjong/bagos",
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "bagos-mcp-server",
"version": "2.6.0",
"runtimeHint": "npx",
"transport": "stdio",
"environmentVariables": [
{
"name": "BAGS_API_KEY",
"description": "Bags API key from dev.bags.fm. Required for all tools.",
"isRequired": true,
"isSecret": true
},
{
"name": "BAGS_NETWORK",
"description": "Solana cluster: devnet (default) or mainnet. Writes on mainnet move real funds."
},
{
"name": "SOLANA_RPC_URL",
"description": "Custom Solana RPC endpoint. Defaults to the public RPC for BAGS_NETWORK.",
"isSecret": true
},
{
"name": "BAGS_KEYPAIR_PATH",
"description": "Path to a Solana keypair JSON file. Only required for write tools."
},
{
"name": "BAGS_MAX_SOL_PER_TX",
"description": "Hard cap on SOL spent by any single transaction. Default 0.1."
},
{
"name": "BAGS_MAX_SOL_PER_SESSION",
"description": "Hard cap on total SOL spent across one server session. Default 1.0."
},
{
"name": "BAGS_ALLOW_UNCONFIRMED",
"description": "Set true to skip the two-step confirmation on writes. Default false."
},
{
"name": "BOS_TOKEN_MINT",
"description": "Mint address of the BOS token used for gating write tools."
},
{
"name": "BOS_REQUIRED_BALANCE",
"description": "Minimum BOS balance required to call write tools. Default 10000."
},
{
"name": "BAGS_ALLOW_UNCAPPED_TOKEN_SWAPS",
"description": "Permit non-SOL-input swaps, which the SOL-denominated caps cannot limit."
},
{
"name": "USE_MOCK_DATA",
"description": "Makes bags_get_claimable_fees return fabricated data instead of calling the API. Default false."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode",
"trae",
"cherry-studio",
"lingma",
"windsurf",
"cline",
"workbuddy"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.edycutjong/bagos",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.edycutjong%2Fbagos/versions/latest",
"isOfficial": true,
"status": "active"
}
}