mirror of
https://github.com/codician-team/growmos.git
synced 2026-08-18 06:47:17 +02:00
growmos integrate mcp + README MCP registration section (all clients)
This commit is contained in:
@@ -62,6 +62,17 @@ growmos init --agent cursor # .cursor/rules/growmos.mdc, alwaysApply: true
|
||||
growmos init --agent gemini # GEMINI.md block
|
||||
```
|
||||
|
||||
## MCP (any client)
|
||||
|
||||
```bash
|
||||
growmos integrate mcp # writes .mcp.json (and .cursor/mcp.json if .cursor/ exists)
|
||||
```
|
||||
```json
|
||||
{"mcpServers": {"growmos": {"command": "growmos", "args": ["mcp"]}}}
|
||||
```
|
||||
Claude Code also accepts `claude mcp add growmos -- growmos mcp`. Codex: `~/.codex/config.toml`
|
||||
(`[mcp_servers.growmos] command = "growmos" args = ["mcp"]`). Gemini: `~/.gemini/settings.json`.
|
||||
|
||||
## Everything at once
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user