Metadata-Version: 2.4
Name: llmgraph-in
Version: 0.1.0
Summary: Official Model Context Protocol (MCP) server for llmgraph.in (powered by Trishul)
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: trishul-mcp>=0.1.0

# llmgraph-in

Official Model Context Protocol (MCP) server for [LLMGRAPH](https://llmgraph.in).

This package is powered by the [`trishul-mcp`](https://pypi.org/project/trishul-mcp/) engine, providing deterministic, repository-scale semantic code intelligence to AI coding assistants (Cursor, Claude Code, Windsurf).

## Quickstart

```bash
pip install llmgraph-in
```

Configure your MCP client:

```json
{
  "mcpServers": {
    "llmgraph": {
      "command": "llmgraph-in",
      "env": {
        "TRISHUL_API_KEY": "llmg_live_...",
        "TRISHUL_API_URL": "https://api.llmgraph.in/v1"
      }
    }
  }
}
```
