← Back to Plugins
MCP Server MCP

Mission — Trust Graduation Gate

github By github 👁 1 views ▲ 0 votes

Trust Graduation gate: Claude can do real work once Mission decides what it is allowed to do.

Homepage Verified source GitHub

Install

npx -y @gomission/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://claude.gomission.io/mcp/"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@gomission/mcp",
      "version": "0.1.4",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "description": "Write Mission to the local Claude Desktop config. Use --local to run the packaged stdio server; default --remote bridges to claude.gomission.io via mcp-remote.",
          "type": "named",
          "name": "install-claude"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...