MCP Directory
Back

access

by modelcontextprotocol · TypeScript · ★ 39

Infrastructure as Code for MCP access management

Install

npx -y github:modelcontextprotocol/access

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "access": {
      "command": "npx",
      "args": [
        "-y",
        "github:modelcontextprotocol/access"
      ]
    }
  }
}

From the README

Infrastructure as Code for managing access to MCP community resources using Pulumi. - Define groups in [](src/config/groups.ts) - Add users to groups in [](src/config/users.ts) - Changes are applied via GitHub Actions when merged to the main branch - **GitHub Teams**: Automatically syncs team memberships in the MCP GitHub organization - **Google Workspace Groups**: Automatically syncs group memberships for @modelcontextprotocol.io email accounts - **Email Groups**: Groups with accept emails from anyone (including external users) and notify all members. External posts are moderated for sec…
Read full README on GitHub →

Related other servers