Metadata-Version: 2.4
Name: jude-repo-index-mcp
Version: 0.1.0
Summary: MCP server for jude-repo-index — deterministic repository intelligence for AI agents
Author-email: Aryan Walia <p0riya003@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/aryanwalia2003/jude
Project-URL: Repository, https://github.com/aryanwalia2003/jude
Project-URL: Issues, https://github.com/aryanwalia2003/jude/issues
Project-URL: Documentation, https://github.com/aryanwalia2003/jude/tree/main/mcp-server
Keywords: mcp,model-context-protocol,ai-agents,repository,code-analysis
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: mcp>=1.0
Requires-Dist: jude-repo-index>=0.1.0

# jude-repo-index-mcp

MCP (Model Context Protocol) server for [jude-repo-index](https://pypi.org/project/jude-repo-index/) — deterministic repository intelligence for AI agents.

## Installation

```bash
pip install jude-repo-index-mcp
```

## Quick Start

```bash
repo-index-mcp
```

This starts the MCP server that Claude and other AI agents can connect to for intelligent code analysis.

## Features

- **Deterministic Context Ranking** — Reproducible symbol retrieval with audit trails
- **Call Graph Analysis** — Understand dependencies and blast radius
- **Multi-language Support** — Python, JavaScript/TypeScript, Go
- **Live Indexing** — Watch for file changes and update instantly

## Documentation

Full documentation is available in the [main repository](https://github.com/aryanwalia2003/jude).
