Metadata-Version: 2.4
Name: urmcp
Version: 0.8.2
Summary: Short PyPI install alias for Universal Research MCP.
Author: mp-juns
License-Expression: MIT
Project-URL: Homepage, https://github.com/mp-juns/universal-research-mcp
Project-URL: Repository, https://github.com/mp-juns/universal-research-mcp
Project-URL: Documentation, https://github.com/mp-juns/universal-research-mcp#readme
Project-URL: Issues, https://github.com/mp-juns/universal-research-mcp/issues
Keywords: urmcp,mcp,codex,research,provenance,audit
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: universal-research-mcp==0.8.2
Dynamic: license-file

# urmcp

`urmcp` is the short PyPI install name for
[Universal Research MCP](https://github.com/mp-juns/universal-research-mcp).

```bash
python -m pip install --upgrade urmcp
urmcp --help
```

It intentionally contains no second MCP implementation. Installing it resolves
the exactly matching `universal-research-mcp` release, then exposes the same
`urmcp` command. The full distribution name remains available for users who
prefer an explicit package name:

```bash
python -m pip install --upgrade universal-research-mcp
```

See the main project README for supported Codex integration, semantic retrieval
setup, source registration, guarded ingestion, and operational boundaries.
