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

# llmgraph-mcp

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

Provides persistent, repository-scale semantic code intelligence (callers, blast radius, execution paths) for AI coding agents like Claude Code, Cursor, and Windsurf.

## Installation

```bash
pip install llmgraph-mcp
```

## Configuration

Add to your MCP settings:

```json
{
  "mcpServers": {
    "llmgraph": {
      "command": "llmgraph-mcp",
      "env": {
        "LLMGRAPH_API_KEY": "llmg_live_...",
        "LLMGRAPH_API_URL": "https://api.llmgraph.in/v1"
      }
    }
  }
}
```

Developed by Brainfoods Studio.
