Loading MCP server directory, please wait...
Generate IDs, QR codes, and hashes, encode values, geolocate IPs, plus gated host diagnostics.
npx @getmcp/cli add io.github.cyanheads/toolkit-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.cyanheads/toolkit-mcp-server": {
"command": "bun",
"args": [
"@cyanheads/toolkit-mcp-server",
"run",
"start:stdio"
],
"env": {
"MCP_LOG_LEVEL": "info",
"TOOLKIT_ENABLE_NET_DIAGNOSTICS": "false",
"TOOLKIT_ENABLE_SYSTEM_INFO": "false",
"TOOLKIT_ALLOW_PRIVATE_NETWORK": "false",
"TOOLKIT_GEO_PROVIDER": "ip-api",
"TOOLKIT_GEO_API_KEY": "",
"TOOLKIT_GEO_BASE_URL": "http://ip-api.com",
"TOOLKIT_GEO_CACHE_TTL_SECONDS": "3600",
"TOOLKIT_GEO_RATE_LIMIT_PER_MIN": "45"
}
}
}
}Rust MCP server and CLI for Apprise notification fan-out across dozens of delivery backends.
Rust MCP server and CLI for Arcane Docker and container management.
Rust MCP server and CLI for Gotify push notifications and message management.
Local-first MCP gateway and homelab control plane with CLI, HTTP API, and web UI.