Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 6 additions & 14 deletions docs/guides/mcp-clients.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,16 @@

Configure Seev with your preferred MCP‑compatible client. Use the tab for your client and restart it after saving the config.

=== "Claude Desktop"
=== "Claude Code"

Config file (create if missing):
Use the Claude CLI to add Seev at user scope (recommended):

- macOS: `~/Library/Application Support/Claude/claude_desktop_config.json`
- Windows: `%APPDATA%\Claude\claude_desktop_config.json`

```json
{
"mcpServers": {
"seev": {
"command": "uvx",
"args": ["--from", "git+https://github.com/bcosynot/seev.git", "seev"]
}
}
}
```bash
claude mcp add --transport stdio --scope user --name seev -- uvx --from git+https://github.com/bcosynot/seev.git seev
```

After running the command, restart Claude Code so it picks up the new MCP server.


=== "Cursor"

Expand Down