https://github.com/retospect/catapult-mcp
MCP server for querying heterogeneous catalysis databases
https://github.com/retospect/catapult-mcp
deployment mcp mcp-server model-context-protocol python
Last synced: about 2 months ago
JSON representation
MCP server for querying heterogeneous catalysis databases
- Host: GitHub
- URL: https://github.com/retospect/catapult-mcp
- Owner: retospect
- License: other
- Created: 2026-03-11T19:45:28.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-04-22T21:27:31.000Z (2 months ago)
- Last Synced: 2026-05-11T10:56:58.766Z (about 2 months ago)
- Topics: deployment, mcp, mcp-server, model-context-protocol, python
- Language: Python
- Size: 31.3 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# catapult-mcp
MCP server for querying heterogeneous catalysis databases. Exposes reaction data, catalysts, and conditions via the Model Context Protocol.
## Features
- **Reaction search** — query by catalyst, reactant, product, or conditions
- **SQLAlchemy backend** — SQLite (default) or PostgreSQL
- **MCP protocol** — compatible with any MCP-aware LLM client
## Installation
```bash
uv pip install -e .
# With PostgreSQL support:
uv pip install -e ".[postgres]"
```
## Usage
```bash
catapult-mcp # starts the MCP server
```
## Dependencies
- **chemdb-common** — shared database models and CLI
- **mcp** — Model Context Protocol server framework
## License
GPL-3.0-or-later — see [LICENSE](LICENSE).