MCP Server
MCP
Mission — Trust Graduation Gate
Trust Graduation gate: Claude can do real work once Mission decides what it is allowed to do.
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
By
Comments
Sign in to leave a comment