npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@runtimeai/mcp-server-runtimeai

v0.2.0

Published

MCP server for RuntimeAI Enterprise — AI governance control plane. Manage tenants, agents, policies, drift detection, and compliance.

Readme

@runtimeai/mcp-server-runtimeai

MCP server for RuntimeAI Enterprise — AI governance control plane (tenants, agents, policies, drift detection, compliance, MCP gateway).

118 tools | TypeScript | stdio transport | MIT License

Quick Start

# Run with npx (no install needed)
npx @runtimeai/mcp-server-runtimeai

Configure with Claude Code

Add to ~/.claude/claude_desktop_config.json:

{
  "mcpServers": {
    "runtimeai": {
      "command": "npx",
      "args": ["-y", "@runtimeai/mcp-server-runtimeai"],
      "env": {
        "RUNTIMEAI_API_URL": "https://api.rt19.runtimeai.io"
        "RUNTIMEAI_ADMIN_SECRET": "your_secret"
      }
    }
  }
}

Environment Variables

  • RUNTIMEAI_API_URL — Required
  • RUNTIMEAI_ADMIN_SECRET — Required

Tools (118)

| Tool | Description | |---|---| | tenant_list | [SaaS Admin] List all tenants. | | tenant_create | [SaaS Admin] Create tenant. | | tenant_get | [SaaS Admin] Get tenant. | | tenant_update | [SaaS Admin] Update tenant. | | tenant_delete | [SaaS Admin] Deactivate tenant. | | tenant_get_settings | [SaaS Admin] Platform settings. | | tenant_update_settings | [SaaS Admin] Update settings. | | tenant_analytics | [SaaS Admin] Platform analytics. | | user_list | [Tenant Admin] List users. | | user_invite | [Tenant Admin] Invite user. | | user_get | [Auditor] Get user. | | user_update_role | [Tenant Admin] Update role. | | user_reset_password | [SaaS Admin] Force reset. | | user_impersonate | [SaaS Admin] Impersonate user. | | agent_list | [Auditor] List AI agents. | | agent_register | [Operator] Register agent. | | agent_get | [Auditor] Get agent. | | agent_update | [Operator] Update agent. | | agent_block | [Admin] Block agent. | | agent_unblock | [Admin] Unblock agent. | | agent_lifecycle_start | [Operator] Start lifecycle. | | agent_lifecycle_stop | [Operator] Stop lifecycle. | | agent_lifecycle_status | [Auditor] Lifecycle status. | | agent_inventory | [SaaS Admin] Full inventory. | | agent_a2a_send | [Operator] Agent-to-agent message. | | agent_a2a_discover | [Auditor] Discover agents. | | governance_policy_list | [Auditor] List OPA policies. | | governance_policy_create | [Admin] Create policy. | | governance_policy_get | [Auditor] Get policy. | | governance_policy_update | [Admin] Update policy. | | governance_policy_delete | [Admin] Delete policy. | | governance_policy_promote | [Admin] Promote to prod. | | governance_policy_evaluate | [Operator] Test eval. | | governance_policy_sign | [Admin] Sign bundle. | | governance_policy_bundles | [Auditor] List bundles. | | governance_policy_diff | [Operator] Diff versions. | | discovery_scan | [Operator] Scan for agents/tools. | | discovery_list | [Auditor] List discovered. | | discovery_get | [Auditor] Get discovery. | | discovery_approve | [Admin] Approve agent. | | discovery_reject | [Admin] Reject agent. | | tool_list | [Auditor] List tools. | | tool_register | [Operator] Register tool. | | tool_get | [Auditor] Get tool. | | tool_versions | [Auditor] Version history. | | tool_deprecate | [Admin] Deprecate tool. | | drift_list_alerts | [Auditor] List drift alerts. | | drift_get_alert | [Auditor] Get alert. | | drift_acknowledge | [Operator] Acknowledge. | | drift_resolve | [Operator] Resolve. | | drift_configure | [Admin] Configure rules. | | drift_get_config | [Auditor] Get config. | | governance_list_guardrails | [Auditor] List guardrails. | | governance_create_guardrail | [Admin] Create guardrail. | | governance_list_approvals | [Operator] Pending approvals. | | governance_approve | [Admin] Approve. | | governance_reject | [Admin] Reject. | | governance_risk_score | [Auditor] Risk score. | | governance_risk_assess | [Operator] Assess risk. | | governance_risk_history | [Auditor] Risk history. | | compliance_list_frameworks | [Auditor] List frameworks. | | compliance_get_posture | [Auditor] Posture. | | compliance_evidence_list | [Auditor] List evidence. | | compliance_evidence_submit | [Operator] Submit evidence. | | compliance_generate_report | [Operator] Generate report. | | compliance_export | [Auditor] Export. | | compliance_gap_analysis | [Auditor] Gap analysis. | | compliance_controls | [Auditor] List controls. | | mcp_list_tools | [Auditor] List MCP tools. | | mcp_invoke_tool | [Operator] Invoke tool. | | mcp_list_servers | [Auditor] List servers. | | mcp_register_server | [Admin] Register server. | | mcp_list_requests | [SaaS Admin] Request log. | | mcp_get_request | [SaaS Admin] Request detail. | | mcp_rate_limits | [Operator] Rate limits. | | mcp_set_rate_limit | [Admin] Set limit. | | mcp_proxy_config | [Admin] Proxy config. | | mcp_update_proxy | [Admin] Update proxy. | | mcp_stats | [Auditor] Gateway stats. | | mcp_health | [Auditor] Gateway health. | | audit_list | [Auditor] List audit entries. | | audit_export | [Auditor] Export audit. | | audit_search | [Auditor] Search audit. | | audit_activity | [Auditor] Activity feed. | | waf_list_events | [Auditor] WAF events. | | waf_block_ip | [Admin] Block IP. | | waf_unblock_ip | [Admin] Unblock IP. | | waf_get_config | [Auditor] WAF config. | | cost_get_budget | [Auditor] Budget. | | cost_set_limit | [Admin] Set limit. | | cost_list_usage | [Auditor] Usage. | | cost_attribution | [Auditor] Cost by agent. | | cost_forecast | [Auditor] Forecast. | | cost_set_alert | [Operator] Budget alert. | | data_proxy_list_rules | [Auditor] PII rules. | | data_proxy_create_rule | [Admin] Create rule. | | data_proxy_test | [Operator] Test masking. | | data_proxy_stats | [Auditor] Stats. | | vendor_list | [Auditor] List vendors. | | vendor_register | [Admin] Register vendor. | | vendor_update | [Admin] Update vendor. | | vendor_limits | [Auditor] Rate limits. | | identity_list | [Auditor] List identities. | | identity_create | [Operator] Create. | | identity_verify | [Operator] Verify. | | identity_fabric_metrics | [SaaS Admin] Fabric metrics. | | identity_tpm_attest | [Operator] TPM attest. | | identity_tpm_verify | [Auditor] TPM verify. | | network_list_policies | [Auditor] Network policies. | | network_create_policy | [Admin] Create policy. | | network_ebpf_programs | [Auditor] eBPF programs. | | network_ebpf_status | [Auditor] eBPF status. | | platform_health | [Auditor] Platform health. | | platform_monitoring_alerts | [SaaS Admin] Active alerts. | | platform_monitoring_metrics | [SaaS Admin] System metrics. | | platform_monitoring_resources | [SaaS Admin] Resources. | | platform_dashboard_config | [Operator] Dashboard config. | | platform_notifications | [Auditor] Notifications. |

Testing

npx @modelcontextprotocol/inspector npx @runtimeai/mcp-server-runtimeai

License

MIT — RuntimeAI, Inc.