Skip to content

Commit ffb893e

Browse files
committed
Add Claude Code CLI setup to MCP docs
1 parent e6226ec commit ffb893e

File tree

8 files changed

+25
-34
lines changed

8 files changed

+25
-34
lines changed

mission-control/docs/guide/mcp/client-setup.mdx

Lines changed: 18 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -84,37 +84,28 @@ Claude Desktop supports MCP connections through its configuration file.
8484
</TabItem>
8585
<TabItem value="claude-code" label="Claude Code">
8686

87-
Claude Code (claude.ai) supports MCP through browser-based configuration.
87+
Claude Code CLI supports MCP through the `.mcp.json` configuration file.
8888

8989
### Setup Steps
9090

91-
1. Visit [claude.ai](https://claude.ai)
92-
2. Click on your profile icon → Settings
93-
3. Navigate to Developer → MCP Settings
94-
4. Click "Add Server" and configure:
95-
96-
```json
97-
{
98-
"name": "mission-control",
99-
"type": "http",
100-
"url": "https://mc.<org-id>.workload-prod-eu-02.flanksource.com/mcp",
101-
"headers": {
102-
"Authorization": "Basic YOUR_TOKEN_HERE"
91+
1. Create or edit the `.mcp.json` file in your project root or home directory
92+
2. Add the Mission Control MCP server configuration:
93+
```json title=".mcp.json"
94+
{
95+
"mcpServers": {
96+
"mission-control": {
97+
"name": "mission-control",
98+
"type": "http",
99+
"url": "https://mc.<org-id>.workload-prod-eu-02.flanksource.com/mcp",
100+
"headers": {
101+
"Authorization": "Bearer YOUR_TOKEN_HERE"
102+
}
103+
}
104+
}
103105
}
104-
}
105-
```
106-
107-
5. Click "Save" and refresh the page
108-
6. Mission Control tools will be available in new conversations
109-
110-
### Alternative Setup (via URL)
111-
112-
You can also connect by visiting:
113-
```
114-
https://claude.ai/settings/mcp?server=mission-control&url=https://mc.<org-id>.workload-prod-eu-02.flanksource.com/mcp
115-
```
116-
117-
Then add your authorization token in the settings.
106+
```
107+
3. Save the file and restart Claude Code
108+
4. Mission Control tools will be available in your sessions
118109

119110
</TabItem>
120111
<TabItem value="vscode-copilot" label="VS Code Copilot">

modules/config-db

Submodule config-db updated 56 files

modules/duty

Submodule duty updated 127 files

modules/mission-control

Submodule mission-control updated 166 files

modules/mission-control-chart

0 commit comments

Comments
 (0)