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"
}
}
}
}MCP server for progressive tool usage at any scale (see https://klavis.ai)
Analytics for business data: upload CSV or connect GA4/GSC, run ML/stats, get HTML reports.
Decision system for AI coding agents. Surfaces what your project decided, and why, before changes.
A MCP server built for developers enabling Git based project management with project and personal…