promptql-mcp

promptql-mcp

11

PromptQL MCP Server enables integration between Hasura's PromptQL and AI assistants via the Model Context Protocol, offering natural language data querying and secure data analysis. It is designed for simple integration with applications like Claude Desktop and MCP-compatible clients.

What should I do if I encounter 'Command not found: pip or python'?

On many systems, especially macOS, you may need to use 'python3' and 'pip3' instead of 'python' and 'pip'.

How do I resolve the 'externally-managed-environment' error?

Use a virtual environment as described in the installation section to avoid this error.

What if I see 'No module named promptql_mcp_server'?

Ensure you've installed the package with 'pip install -e .' and are using the correct Python environment.

How can I ensure I'm using the correct Python version?

If you have multiple Python versions installed, make sure you're using Python 3.10 or higher by specifying the exact version.

How do I contribute to the project?

Fork the repository, create a feature branch, commit your changes, push to the branch, and open a Pull Request.