Skip to content
Open
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
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,18 @@ GIQL includes an [MCP](https://modelcontextprotocol.io/) server that gives LLM-p
pip install giql[mcp]
```

Or spawn a server directly with `uvx`:

```sh
uvx --from "giql[mcp]" giql-mcp
```

To add the GIQL MCP server to a specific project in Claude Code:

```sh
claude mcp add --scope project giql-mcp -- uvx --from "giql[mcp]" giql-mcp
```

See [`src/giql/mcp/README.md`](src/giql/mcp/README.md) for configuration and usage details.

## Development
Expand Down
Loading