Confirm MCP access
Sign in, activate a plan, and confirm the MCP is marked available in the product catalog.
- ACreate an account or sign in.
- BActivate a plan with shared MCP usage.
- CSelect the MCPs you want in the generated configuration.
MCP setup / Account to client
Generate a scoped key and paste-ready client configuration from one account surface.
Before configuration
Your Monarchic account checks plan access, available MCPs, and credential scope before generating a client file.
Sign in, activate a plan, and confirm the MCP is marked available in the product catalog.
Open API keys, name the key for its client or environment, and choose the narrowest available scope.
Keep the credential private
Never place a key in source control, screenshots, tickets, or chat. Revoke it immediately after exposure.
03 / Client configuration
The signed-in workspace provides the package name, API URL, credential variable, and format for your selected client.
Generic configuration shape
Illustrative values only
{
"mcpServers": {
"your-mcp": {
"command": "pnpm",
"args": ["dlx", "<package-from-dashboard>"],
"env": {
"MONARCHIC_API_BASE_URL": "<url-from-dashboard>",
"MONARCHIC_API_KEY": "<your-api-key>"
}
}
}
} Use the generated values for your account. The placeholders above are illustrative and will not connect as written.
Client flow
Choose
Select your AI client and the MCPs to add.
Paste
Use the file or settings location shown with the generated config.
Restart
Fully quit and reopen the client so it loads the server.
Supported setup formats
Use Generic / raw JSON for another MCP-aware client.
04 / Connection check
Confirm the connection before assigning broad work or permitting external changes.
Confirm the expected server and tool names appear.
Run a small request with an answer you can check.
Review the evidence and confirm usage appears in the account.
Credential discipline
Failure lookup
Still blocked
Include the client and MCP names. Remove credentials before sharing logs or screenshots.