Metadata-Version: 2.4
Name: nia-mcp-server
Version: 1.0.87
Summary: Nia
Project-URL: Homepage, https://trynia.ai
Project-URL: Documentation, https://docs.trynia.ai
Author-email: Nozomio Labs Team <founders@nozomio.com>
License-Expression: AGPL-3.0
License-File: LICENSE
Keywords: ai,codebase,mcp,nia,search
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Requires-Dist: fastmcp>=3.0.0b1
Requires-Dist: httpcore>=1.0.0
Requires-Dist: httpx>=0.24.0
Requires-Dist: mcp>=1.0.0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: python-dotenv>=1.0.0
Requires-Dist: python-levenshtein>=0.21.0
Requires-Dist: tiktoken>=0.5.0
Requires-Dist: uvicorn>=0.30.0
Provides-Extra: telemetry
Requires-Dist: opentelemetry-api>=1.20.0; extra == 'telemetry'
Requires-Dist: opentelemetry-exporter-otlp>=1.20.0; extra == 'telemetry'
Requires-Dist: opentelemetry-sdk>=1.20.0; extra == 'telemetry'
Description-Content-Type: text/markdown

# NIA MCP Server

The NIA MCP Server enables AI assistants like Claude to search and understand your indexed codebases through the Model Context Protocol (MCP).

## Quick Start

### Automatic Setup (Recommended) ✨

Get your API key from [https://trynia.ai/api-keys](https://trynia.ai/api-keys) and run:

```bash
yay
pipx run nia-mcp-server setup YOUR_API_KEY
```